fast_subset: Subset a Seurat object

Description Usage Arguments

Description

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.

Usage

1
2
3
4
5
6
7
fast_subset(
  x,
  sel_columns = NULL,
  sel_rows = NULL,
  assay = "RNA",
  slot_data = "data"
)

Arguments

x

a Seurat object


Yutong441/TBdev documentation built on Dec. 18, 2021, 8:22 p.m.