Skip to contents

multiSampleComparisonClonalCN Compare the clonal Copy Number of multiple samples.

Usage

multiSampleComparisonClonalCN(
  listCountMtx,
  listNormCells = NULL,
  analysisName = "all",
  organism = "human",
  par_cores = 20,
  plotTree = TRUE,
  output_dir = "./output"
)

Arguments

listCountMtx

Named list of raw count matrix of samples

analysisName

Name of the analysis (default "all")

organism

Organism to be analysed (optional - "mouse" or "human" - default "human")

par_cores

number of cores (default 20)