# Analyze & Collaborate Stage

<figure><img src="/files/Kby8wlcDGH34Ckxtz0WP" alt=""><figcaption><p>Analyze &#x26; Collaborate Stage</p></figcaption></figure>

## **Analyze and Collaborate Stage – Summary Table**

| **Category**                           | **Details & Best Practices**                                                                                                                                                                                                                                                                                                                                                                                      |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Stage Purpose**                      | Inspect, clean, transform, and model data to generate insights, draw conclusions, and support research decision‑making, while ensuring data remains high‑quality, reproducible, and reusable.                                                                                                                                                                                                                     |
| **Importance**                         | Decisions and practices at this stage directly affect the quality of analysis, long‑term usability, FAIR compliance, and EU funder reproducibility requirements.                                                                                                                                                                                                                                                  |
| **Document Every Step**                | - Record all data processing and transformation steps for reproducibility.- Use Electronic Lab Notebooks (ELNs), collaborative tools, or workflow‑tracking software (Jupyter, R Markdown, Galaxy, OMERO).- Capture: • Scripts, pipelines, and commands• Software versions and dependencies• Parameters or filtering applied- Thorough documentation supports UCPH Open Science and Horizon Europe/ERC compliance. |
| **Ensure Data Safety & Organization**  | - Annotate datasets as you analyze them; maintain clear folder structures and file naming conventions.- Store data in secure UCPH/reNEW solutions: ERDA, high‑security servers, SharePoint for collaboration.- Separate raw vs processed datasets to protect originals.- Export or convert proprietary formats to open formats (CSV, TIFF, JSON) for interoperability and future reuse.                           |
| **Facilitate Collaboration & Sharing** | - Share intermediate data using controlled, collaborative platforms (internal or approved external).- Implement explicit permissions and version control to prevent accidental overwriting.- Comply with GDPR for sensitive or personal data.- Aligns with EU funder (Horizon Europe, ERC) reproducibility and sharing expectations.                                                                              |
| **Benefits**                           | - Ensures data integrity and transparency.- Enhances reproducibility and team collaboration.- Prepares datasets for publication or repository deposition, supporting long‑term impact and reuse.                                                                                                                                                                                                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://data-champions.renew-platforms.dk/renew-data-champions/research-data-management/data-life-cycle/analyze-and-collaborate-stage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
