Description Usage Format Details
A dataset containing the raw count for 230 genes in 80 cells.
1 |
A matrix with 230 rows (genes) and 80 columns (cells)
This dataset is a reduced version of the PBMC dataset (2700 cells) freely available from 10X genomics at:
This dataset has been shorten by the Seurat R package to serve as canonical input for the code examples in the documentation of the functions
The Seurat R object corresponding to this example dataset can be found at:
https://github.com/satijalab/seurat/blob/master/data/pbmc_small.rda
This matrix has been produced by loading the Seurat R object and by extracting the raw count sparse matrix as follow:
pbmc_samall_raw_data <- data.matrix(pbmc_small@raw.data);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.