runInferCNV | R Documentation |
Run inferCNV
runInferCNV(
seurat.obj,
ref_group_names = NULL,
HMM = F,
denoise = F,
gene_pos = "~/ref/hg38/gencode.v44/human_genes_pos.txt",
save_local_path = NULL,
num_threads = 40,
no_plot = FALSE
)
ref_group_names |
Reference cell type |
HMM |
when set to True, runs HMM to predict CNV level (default: FALSE) |
denoise |
If True, turns on denoising according to options below (default: FALSE) |
gene_pos |
gene order file |
save_local_path |
Path to save rds |
num_threads |
Default: 40 |
no_plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.