Info
openproblems_
Hammarlund et al. (2018)
778.17 MiB
02-02-2024
100955 cells × 22469 genes
Quick links
Used in
No related benchmarks found.
Complete Gene Expression Map of an Entire Nervous System

CREATED
02-02-2024
DIMENSIONS
100955 × 22469
100k FACS-isolated C. elegans neurons from 17 experiments sequenced on 10x Genomics.
dataset is an AnnData object with n_obs × n_vars = 100955 × 22469 with slots:
cell_type, tissue, batch, size_factorsfeature_name, hvg, hvg_scoreknn_connectivities, knn_distancesX_pcapca_loadingscounts, normalizeddataset_description, dataset_id, dataset_name, dataset_organism, dataset_reference, dataset_summary, dataset_url, knn, normalization_id, pca_variance| Name | Description | Type | Data type | Size |
|---|---|---|---|---|
| obs | ||||
batch
|
A batch identifier. This label is very context-dependent and may be a combination of the tissue, assay, donor, etc. |
vector
|
category
|
100955 |
cell_
|
Classification of the cell type based on its characteristics and function within the tissue or organism. |
vector
|
category
|
100955 |
size_
|
The size factors created by the normalisation method, if any. |
vector
|
float32
|
100955 |
tissue
|
Specific tissue from which the cells were derived, key for context and specificity in cell studies. |
vector
|
category
|
100955 |
| var | ||||
feature_
|
A human-readable name for the feature, usually a gene symbol. |
vector
|
object
|
22469 |
hvg
|
Whether or not the feature is considered to be a ‘highly variable gene’ |
vector
|
bool
|
22469 |
hvg_
|
A ranking of the features by hvg. |
vector
|
float64
|
22469 |
| obsp | ||||
knn_
|
K nearest neighbors connectivities matrix. |
sparsematrix
|
float32
|
100955 × 100955 |
knn_
|
K nearest neighbors distance matrix. |
sparsematrix
|
float64
|
100955 × 100955 |
| obsm | ||||
X_
|
The resulting PCA embedding. |
densematrix
|
float32
|
100955 × 50 |
| varm | ||||
pca_
|
The PCA loadings matrix. |
densematrix
|
float32
|
22469 × 50 |
| layers | ||||
counts
|
Raw counts |
sparsematrix
|
float32
|
100955 × 22469 |
normalized
|
Normalised expression values |
sparsematrix
|
float32
|
100955 × 22469 |
| uns | ||||
dataset_
|
Long description of the dataset. |
atomic
|
str
|
1 |
dataset_
|
A unique identifier for the dataset. This is different from the obs.dataset_id field, which is the identifier for the dataset from which the cell data is derived.
|
atomic
|
str
|
1 |
dataset_
|
A human-readable name for the dataset. |
atomic
|
str
|
1 |
dataset_
|
The organism of the sample in the dataset. |
atomic
|
str
|
1 |
dataset_
|
Bibtex reference of the paper in which the dataset was published. |
atomic
|
str
|
1 |
dataset_
|
Short description of the dataset. |
atomic
|
str
|
1 |
dataset_
|
Link to the original source of the dataset. |
atomic
|
str
|
1 |
knn
|
Supplementary K nearest neighbors data. |
dict
|
3 | |
normalization_
|
Which normalization was used |
atomic
|
str
|
1 |
pca_
|
The PCA variance objects. |
dict
|
2 | |
dataset.layers['counts']In R: dataset$layers[["counts"]]
Type: sparsematrix, data type: float32, shape: 100955 × 22469
Raw counts
dataset.layers['normalized']In R: dataset$layers[["normalized"]]
Type: sparsematrix, data type: float32, shape: 100955 × 22469
Normalised expression values
dataset.obs['cell_type']In R: dataset$obs[["cell_type"]]
Type: vector, data type: category, shape: 100955
Classification of the cell type based on its characteristics and function within the tissue or organism.
dataset.obs['tissue']In R: dataset$obs[["tissue"]]
Type: vector, data type: category, shape: 100955
Specific tissue from which the cells were derived, key for context and specificity in cell studies.
dataset.obs['batch']In R: dataset$obs[["batch"]]
Type: vector, data type: category, shape: 100955
A batch identifier. This label is very context-dependent and may be a combination of the tissue, assay, donor, etc.
dataset.obs['size_factors']In R: dataset$obs[["size_factors"]]
Type: vector, data type: float32, shape: 100955
The size factors created by the normalisation method, if any.
dataset.obsm['X_pca']In R: dataset$obsm[["X_pca"]]
Type: densematrix, data type: float32, shape: 100955 × 50
The resulting PCA embedding.
dataset.obsp['knn_connectivities']In R: dataset$obsp[["knn_connectivities"]]
Type: sparsematrix, data type: float32, shape: 100955 × 100955
K nearest neighbors connectivities matrix.
dataset.obsp['knn_distances']In R: dataset$obsp[["knn_distances"]]
Type: sparsematrix, data type: float64, shape: 100955 × 100955
K nearest neighbors distance matrix.
dataset.uns['dataset_description']In R: dataset$uns[["dataset_description"]]
Type: atomic, data type: str, shape: 1
Long description of the dataset.
dataset.uns['dataset_id']In R: dataset$uns[["dataset_id"]]
Type: atomic, data type: str, shape: 1
A unique identifier for the dataset. This is different from the obs.dataset_id field, which is the identifier for the dataset from which the cell data is derived.
dataset.uns['dataset_name']In R: dataset$uns[["dataset_name"]]
Type: atomic, data type: str, shape: 1
A human-readable name for the dataset.
dataset.uns['dataset_organism']In R: dataset$uns[["dataset_organism"]]
Type: atomic, data type: str, shape: 1
The organism of the sample in the dataset.
dataset.uns['dataset_reference']In R: dataset$uns[["dataset_reference"]]
Type: atomic, data type: str, shape: 1
Bibtex reference of the paper in which the dataset was published.
dataset.uns['dataset_summary']In R: dataset$uns[["dataset_summary"]]
Type: atomic, data type: str, shape: 1
Short description of the dataset.
dataset.uns['dataset_url']In R: dataset$uns[["dataset_url"]]
Type: atomic, data type: str, shape: 1
Link to the original source of the dataset.
dataset.uns['knn']In R: dataset$uns[["knn"]]
Type: dict, data type: ``, shape: 3
Supplementary K nearest neighbors data.
dataset.uns['normalization_id']In R: dataset$uns[["normalization_id"]]
Type: atomic, data type: str, shape: 1
Which normalization was used
dataset.uns['pca_variance']In R: dataset$uns[["pca_variance"]]
Type: dict, data type: ``, shape: 2
The PCA variance objects.
dataset.var['feature_name']In R: dataset$var[["feature_name"]]
Type: vector, data type: object, shape: 22469
A human-readable name for the feature, usually a gene symbol.
dataset.var['hvg']In R: dataset$var[["hvg"]]
Type: vector, data type: bool, shape: 22469
Whether or not the feature is considered to be a ‘highly variable gene’
dataset.var['hvg_score']In R: dataset$var[["hvg_score"]]
Type: vector, data type: float64, shape: 22469
A ranking of the features by hvg.
dataset.varm['pca_loadings']In R: dataset$varm[["pca_loadings"]]
Type: densematrix, data type: float32, shape: 22469 × 50
The PCA loadings matrix.