runInferCNV | R Documentation |
Analyze CNV using the method of InferCNV
runInferCNV(
SeuratObject,
savePath,
ref.object,
cluster.info = "seurat_clusters",
species = "human",
genome = "hg19"
)
SeuratObject |
A seuratObejct to analyze CNV |
savePath |
A path to store the results |
ref.object |
A seuratObject used as the reference if using InferCNV |
cluster.info |
The label to store cluster information in 'SeuratObject@meta.data' |
species |
"human" or "mouse" |
genome |
A list containing a seuratObject, a list of results of intermediate process, a list of plots and a logical value to show whether the process completed successfully
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.