Adding Datasets
How to add single-cell datasets.
To add single-cell datasets:
- click Dataset Management > Import
- drag and drop files to upload
- provide a sample name for associated files
- when done, click Import Datasets
All ensembl species are supported.
Cell Ranger
Supported Cell Ranger file uploads:- raw_feature_bc_matrix.h5 or- *matrix.mtx(.gz), *barcodes.tsv(.gz), and *genes|features.tsv(.gz)
R Objects
Supported R file uploads:- *.qs or *.rds- SingleCellExperiment or Seurat objects
Seurat object specifics:
Idents(scdata)
:- used as clusters
levels(Idents(scdata))
:- used as cluster annotation
scdata$sample
orscdata$orig.ident
:- used as sample identity
- treated as integrated if > 1 unique values
umap
ortSNE
reduction:- used for scatterplots
harmony
orPCA
reduction:- used as corrected reduction for integrated datasets
var.features
slot:- used as highly variable genes