process_seurat_atac | R Documentation |
FUNCTION_DESCRIPTION
process_seurat_atac(
sobject,
assay = "ATAC",
verbose = FALSE,
umap_dims = 2:30,
resolution = 0.3,
reduction = "lsi"
)
sobject |
Seurat object to be processed |
assay |
Assay that has the ATAC data |
verbose |
Should functions be verbose? |
umap_dims |
PCA dimensions to use for UMAP |
resolution |
Resolution to be used in FindClusters |
reduction |
What reduction to be used to generate umap |
A processed Seurat object
# ADD_EXAMPLES_HERE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.