merge_gex_atac | R Documentation |
FUNCTION_DESCRIPTION
merge_gex_atac(
gex_sobj,
atac_sobj,
atac_assay_name = "ATAC",
gex_pca_dims = 1:dim(Seurat::Embeddings(gex_sobj))[2],
atac_pca_dims = 1:dim(Seurat::Embeddings(atac_sobj, reduction = "lsi"))[2],
verbose = FALSE
)
gex_sobj |
Seurat object with GEX data to be processed |
atac_sobj |
Seurat object with ATAC data to be processed |
atac_assay_name |
Name of the assay in atac_sobj that has the ATAC data |
gex_pca_dims |
GEX PCA dimensions to use for UMAP |
atac_pca_dims |
ATAC PCA dimensions to use for UMAP |
verbose |
Should functions be verbose? |
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.