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
{{ message }}
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: vignettes/Introduction.Rmd
+38-5Lines changed: 38 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ vignette: >
7
7
%\VignetteEncoding{UTF-8}
8
8
---
9
9
10
+
`CuratedAtlasQuery` is a query interface that allow the programmatic exploration and retrieval of the harmonised, curated and reannotated CELLxGENE single-cell human cell atlas. Data can be retrieved at cell, sample, or dataset levels based on filtering criteria.
Through harmonisation and curation we introduced custom column, not present in the original CELLxGENE metadata
193
+
194
+
-`tissue_harmonised`: a coarser tissue name for better filtering
195
+
-`age_days`: the number of days corresponding to the age
196
+
-`cell_type_harmonised`: the consensus call identiti (for immune cells) using the original and three novel annotations using Seurat Azimuth and SingleR
197
+
-`confidence_class`: an ordinal class of how confident `cell_type_harmonised` is. 1 is complete consensus, 2 is 3 out of four and so on.
-`cell_annotation_blueprint_singler`: SingleR cell annotation using Blueprint reference
200
+
-`cell_annotation_blueprint_monaco`: SingleR cell annotation using Monaco reference
201
+
-`sample_id_db`: Sample subdivision for internal use
202
+
-`file_id_db`: File subdivision for internal use
203
+
-`.sample`: Sample ID
204
+
-`.sample_name`: How samples were defined
205
+
206
+
# RNA abundance
207
+
208
+
The `raw` assay includes RNA abundance in the positive real scale (not transformed with non-linear functions, e.g. log sqrt). Originally CELLxGENE include a mix of scales and tranformations specified in the `x_normalization` column.
0 commit comments