Description Usage Arguments Details Value Examples
View source: R/process_from_count.R
This function processes a list of count matrices (same species/gene symbols in each list) and converts them to a Seurat object.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
countmat_list |
A list of count matrices that will be be integrated using the IntegrationAnchors features they should have the same rownames. |
name |
The output of the normalzied and fused Suerat object if you choose to keep it. |
theSpecies |
Gene symbols for human, mouse, or -9 if internal. If your species is not human or mouse gene symbols, make sure that you have "MT-" before your mitochondrial gene names then pick "human". |
haveUmap |
Write a UMAP (T/F). |
saveALL |
Save the Seurat object generated (T/F). |
panglao_set |
If the function is being used from internal (T/F). |
toSave |
Allows scMappR to print files and make directories locally (T/F). |
path |
If toSave == TRUE, path to the directory where files will be saved. |
use_sctransform |
If you should use sctransform or the Normalize/VariableFeatures/ScaleData pipeline (T/F). |
genes_integrate |
The number of genes to include in the integration anchors feature when combining datasets |
genes_include |
TRUE or FALSE – include 2000 genes in signature matrix or all matrix. |
This function takes a list of count matrices and returns a Seurat object of the count matrices integrated using Seurat v3 (with sctransform and IntegrationAnchors). Different options are used when the function is being ran internally (i.e. reprocessing count matrices from PanglaoDB) or if it is running from custom scRNA-seq data. For larger scRNA-seq datasets (~20k + cells), it is likely that this function will be required to run on an hpc.
process_from_count
A processed and integrated Seurat object that has been scaled and clustered. It can be returned as an internal object or also stored as an RData object if neccesary.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.