You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/add_new_markers_quick.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ For detailed instructions, refer to the detailed [README file](../src/markers/in
13
13
14
14
3.**Add Metadata**
15
15
- Update the `src/markers/input/metadata.csv` file with a new row describing your input file.
16
-
- Include fields like `file_name`, `Organ_region`, `Species`, and others as specified in the detailed guide.
16
+
- Include required fields like `file_name`, `Organ_region`, `Species`,`Species_abbreviation`, `Parent`, `Marker_set_xref` and others as specified in the detailed guide.
17
17
18
18
4.**Commit and Push Changes**
19
19
- Commit your changes and push them to your branch.
You may include additional columns if needed. See NS-Forest SOP [here](https://docs.google.com/document/d/1gkBGF5EIATI_ki0hRjC99irbr7dsuLFk/edit).
13
13
14
14
## 2. Add Metadata
15
15
16
16
Alongside the input data, include a corresponding metadata entry in the `src/markers/input/metadata.csv` file. Each row should describe one input file and should include the following fields:
| HLCA_CellRef_MarkerPerformance_forDOS.csv | NCBITaxon:9606 | Human | UBERON:0002048 | SO:0001260 |https://doi.org/10.5281/zenodo.11165918|https://cellxgene.cziscience.com/collections/6f6d381a-7701-4781-935c-db10d30de293|*An integrated cell atlas of the human lung in health and disease (core)*|
| HLCA_CellRef_MarkerPerformance_forDOS.csv | NCBITaxon:9606 | Human | UBERON:0002048 | SO:0001260 |https://doi.org/10.5281/zenodo.11165918|https://cellxgene.cziscience.com/collections/6f6d381a-7701-4781-935c-db10d30de293|*An integrated cell atlas of the human lung in health and disease (core)*|||
-`CxG_dataset` and `CxG_collection` are optional. If provided, the pipeline will use them to query the CL_KG.
31
31
- If `CxG_dataset` is omitted, the pipeline will default to the `cxg_dataset_title` in the input file.
32
+
-`software_version`: NS-Forest version used.
33
+
-`cluster_header`: The obs key used in the NS-Forest analysis. Usually, it refers to the annotation level.
32
34
33
35
## 3. GitHub Action: Validate Input
34
36
After adding your files and metadata, create a pull request. This will trigger an automated GitHub Action that validates the metadata and input files. The action will check for:
HLCA_CellRef_MarkerPerformance_forDOS.csv,NCBITaxon:9606,Human,UBERON:0002048,SO:0001260,https://doi.org/10.5281/zenodo.11165918,https://cellxgene.cziscience.com/collections/6f6d381a-7701-4781-935c-db10d30de293,An integrated cell atlas of the human lung in health and disease (core)
HLCA_CellRef_MarkerPerformance_forDOS.csv,NCBITaxon:9606,Human,UBERON:0002048,SO:0001260,https://doi.org/10.5281/zenodo.11165918,https://cellxgene.cziscience.com/collections/6f6d381a-7701-4781-935c-db10d30de293,An integrated cell atlas of the human lung in health and disease (core),,
0 commit comments