downsampleSeuObj.and.Save | R Documentation |
Subset a compressed Seurat Obj and save it in wd. #
downsampleSeuObj.and.Save(
obj = ORC,
fraction = 0.25,
seed = 1989,
dir = OutDir,
min.features = p$min.features,
suffix = fraction,
nthreads = .getNrCores()
)
obj |
Seurat object, Default: ORC |
fraction |
Fractional size to downsample to. Default: 0.25 |
seed |
random seed used, Default: 1989 |
dir |
Directory to save to. Default: OutDir |
min.features |
Minimum features |
suffix |
A suffix added to the filename, Default: ” |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.