GetObject | R Documentation |
Figure out which objects to load from an h5Seurat file
GetAssays(assays, index)
GetCommands(index, assays = NULL)
GetDimReducs(reductions, index, assays = NULL)
GetGraphs(graphs, index, assays = NULL)
GetImages(images, index, assays = NULL)
GetNeighbors(neighbors, index)
assays |
One of:
|
index |
An h5Seurat index ( |
reductions |
One of:
Note: Only reductions associated with an assay loaded in
|
graphs |
One of:
Note: Only graphs associated with an assay loaded in |
images |
One of:
|
neighbors |
One of:
|
GetAssays
: A named list where each entry is a vector
describing the slots of an assay to load and the names are the assays to load
GetCommands
: A vector of command log names that are derived
from an assay in assay
GetDimReducs
: A vector of reduction names that are derived
from an assay in assays
or global dimensional reductions
GetGraphs
: A vector of graph names that are derived from an
assay in assays
GetImages
: A vector of image names
GetNeighbors
: A vector of neighbor names
LoadH5Seurat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.