runCNVAnalysis: runCNVAnalysis

View source: R/CNV.R

runCNVAnalysisR Documentation

runCNVAnalysis

Description

CNV analysis

Usage

runCNVAnalysis(
  SeuratObject,
  savePath,
  analysis.func = "copyKAT",
  ref.object = NULL,
  species = "human",
  ...
)

Arguments

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

Value

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


Miaoyx323/stCancer documentation built on Nov. 14, 2024, 5:31 p.m.