LoomLoading | R Documentation |
Version-specific loom-file loading functions
LoadLoom0.1(
file,
assay = NULL,
cells = "col_atts/CellID",
features = "row_attrs/Gene",
normalized = NULL,
scaled = NULL,
filter = c("cells", "features", "all", "none"),
verbose = TRUE
)
LoadLoom3.0(
file,
assay = NULL,
cells = "col_attrs/CellID",
features = "row_attrs/Gene",
normalized = NULL,
scaled = NULL,
filter = c("cells", "features", "all", "none"),
verbose = TRUE
)
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 |
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.