LoadLoom | R Documentation |
Load data from a loom file into a Seurat
object
LoadLoom(
file,
assay = NULL,
cells = "CellID",
features = "Gene",
normalized = NULL,
scaled = NULL,
filter = c("cells", "features", "all", "none"),
verbose = TRUE,
...
)
## S3 method for class 'character'
LoadLoom(file, ...)
## S3 method for class 'H5File'
LoadLoom(file, ...)
## S3 method for class 'loom'
LoadLoom(file, ...)
## S3 method for class 'loom'
as.Seurat(
x,
assay = NULL,
cells = "CellID",
features = "Gene",
normalized = NULL,
scaled = NULL,
filter = c("cells", "features", "all", "none"),
verbose = TRUE,
...
)
file, x |
Name of loom file or a |
assay |
Name of assay to store expression data as; if |
cells |
Name of dataset in |
features |
Name of dataset in |
normalized |
Name of matrix in |
scaled |
Name of dataset in |
filter |
Keep only selected cells and/or features as specified by
|
verbose |
Show progress updates |
... |
Arguments passed to other methods |
LoadLoom
will try to automatically fill slots of a Seurat
object based on data presence or absence in a given loom file. This method
varies by loom specification version. For version-specific details, see
sections below
A Seurat
object
Loading data from loom files less than version 3.0.0 is not currently supported
blah
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.