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.
`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.
7
12
8
13
```{r, include = FALSE}
@@ -206,7 +211,7 @@ Through harmonisation and curation we introduced custom column, not present in t
206
211
207
212
-`tissue_harmonised`: a coarser tissue name for better filtering
208
213
-`age_days`: the number of days corresponding to the age
209
-
-`cell_type_harmonised`: the consensus call identiti (for immune cells) using the original and three novel annotations using Seurat Azimuth and SingleR
214
+
-`cell_type_harmonised`: the consensus call identity (for immune cells) using the original and three novel annotations using Seurat Azimuth and SingleR
210
215
-`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
@@ -218,15 +223,15 @@ Through harmonisation and curation we introduced custom column, not present in t
218
223
219
224
# RNA abundance
220
225
221
-
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.
226
+
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 transformations specified in the `x_normalization` column.
`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.
11
15
12
16
```{r, include = FALSE}
@@ -210,7 +214,7 @@ Through harmonisation and curation we introduced custom column, not present in t
210
214
211
215
-`tissue_harmonised`: a coarser tissue name for better filtering
212
216
-`age_days`: the number of days corresponding to the age
213
-
-`cell_type_harmonised`: the consensus call identiti (for immune cells) using the original and three novel annotations using Seurat Azimuth and SingleR
217
+
-`cell_type_harmonised`: the consensus call identity (for immune cells) using the original and three novel annotations using Seurat Azimuth and SingleR
214
218
-`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
@@ -222,6 +226,6 @@ Through harmonisation and curation we introduced custom column, not present in t
222
226
223
227
# RNA abundance
224
228
225
-
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.
229
+
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 transformations specified in the `x_normalization` column.
0 commit comments