This function tries to perform subsetting in a faster way by subsetting only the assay to be used and the VariableFeatures and the metadata. The dimred objects are not subsetted.
1 2 3 4 5 6 7 | fast_subset(
x,
sel_columns = NULL,
sel_rows = NULL,
assay = "RNA",
slot_data = "data"
)
|
x |
a Seurat object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.