cnvInfer | R Documentation |
Inferring CNV using different methods
cnvInfer( SeuratObj, group.by = "seurat_clusters", normal_groups = NULL, methods = c("infercnv"), nthreads = 8, outdir = "./", gene_order_file = NULL )
SeuratObj |
A seurat object including count matrix and cell cluster annotation. |
group.by |
An integer or a character specifying the cell cluster column in the seurat meta.data. |
normal_groups |
A vector specifying the groups of normal cells, which mush match the name shown in meta.data. |
methods |
copykat, infercnv, numbat |
nthreads |
An integer specifying the number of threads for running inferCNV |
outdir |
path to output intermediate results. |
gene_order_file |
path to the gene order file (required for infercnv); using geneorder_hg20 by default. |
A seurat object with prediction results added into meta.data.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.