fetch_cellular_data | R Documentation |
Retrieves data (feature expression, PCA scores, metrics, etc.) for a set of cells in a SeuratDisk file.
fetch_cellular_data(x, vars, cells = NULL, slot = "data", ...) ## S3 method for class 'character' fetch_cellular_data(x, vars, cells = NULL, slot = "data", ...) ## S3 method for class 'h5Seurat' fetch_cellular_data(x, vars, ...)
x |
h5Seurat filename or connection. |
vars |
List of all variables to fetch. |
cells |
Cells to collect data for (default is all cells) |
slot |
Slot to pull feature data for |
... |
additional parameters |
A data frame with cells as rows and cellular data as columns
character
: Access data from filename.
h5Seurat
: Access data from h5Seurat connection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.