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: analyses/cell-type-consensus/references/README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,23 +86,27 @@ The table includes the following columns:
86
86
87
87
#### Cell type validation marker genes
88
88
89
-
The `validation-markers.tsv` file contains a list of potential marker genes to aid in validating consensus cell types.
89
+
The `validation-markers.tsv` and `consensus-markers.tsv` files each contain a list of potential marker genes to aid in validating consensus cell types.
90
90
These markers were obtained by grabbing the most frequently observed markers for each cell type included in `consensus-validation-groups.tsv` from the [`CellMarker2.0` list of human marker genes](http://117.50.127.228/CellMarker/CellMarker_download.html).
91
91
The top 10 genes (sometimes more if there is a tie in the frequency) are included for each cell type.
92
92
93
-
The table includes the following columns:
93
+
`validation-markers.tsv` contains marker genes for each of the validation groups in `consensus-validation-groups.tsv`.
94
+
`consensus-markers.tsv` contains marker genes for each of the consensus cell types in `consensus-validation-groups.tsv`.
95
+
In some cases, the ontology ID for the consensus cell type or validation group was not included in `CellMarker2.0`, so these cell types are not included in the marker gene files.
96
+
97
+
The tables include the following columns:
94
98
95
99
| | |
96
100
| --- | --- |
97
-
| `validation_group_ontology` | Cell type ontology term for broader cell type group used for validation |
98
-
| `consensus_annotation` | Human readable name for broader cell type group used for validation |
101
+
| `validation_group_ontology` or `consensus_ontology`| Cell type ontology term for broader cell type group used for validation or original consensus cell type |
102
+
| `validation_group_annotation` or `consensus_annotation` | Human readable name associated with the Cell Ontology identifer |
99
103
| `ensembl_gene_id` | Ensembl gene identifier for the marker gene |
100
104
| `gene_symbol` | Gene symbol for the marker gene |
101
105
| `number_of_tissues` | Total number of tissues that express that marker gene in the specified cell type |
102
106
| `celltype_total_tissues` | Total number of tissues that contained the specified cell type |
103
107
| `percent_tissues` | Percentage of tissues that express the marker gene in the specified cell type |
104
108
105
-
To generate this file follow these steps:
109
+
To generate these files follow these steps:
106
110
107
111
- Download the original reference file with `00-download-cellmarker-ref.sh`.
108
-
- Generate a table of marker genes with `05-generate-validation-markers.sh`.
112
+
- Generate the tables of marker genes with `05-generate-validation-markers.R`.
0 commit comments