runCNVAnalysis | R Documentation |
CNV analysis
runCNVAnalysis(
SeuratObject,
savePath,
analysis.func = "copyKAT",
ref.object = NULL,
species = "human",
...
)
SeuratObject |
A Seurat object |
savePath |
A path to save the results files |
analysis.func |
The function used to analyze CNV |
ref.object |
A seuratObject used as the reference if using InferCNV |
species |
"human" or "mouse", only human data can be used in CNV analysis by copyKAT |
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.