View source: R/data_transformer.R
data_transformer | R Documentation |
This function is a wrapper to apply SCtransform to a list of Seurat objects. See Seurat vignette for more details.
data_transformer(
object_list,
verbose = T,
min_nFeature = 750,
max_nFeature = 5000,
max_percent.mt = 7.5
)
object_list |
A list of Seurat objects (easily prepared by data_importer function in this package) |
verbose |
Whether to print messages and progress bar for 'Seurat::SCTransform()' |
min_nFeature |
Minimum feature number for filtering out cells |
max_nFeature |
Maximum feature number for filtering out cells |
max_percent.mt |
Maximum mitochondrial gene percentage for filtering out cells |
SCtransformed object list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.