make_cna_mat: Create a Canopy ready CNA matrix and their corresponding...

Description Usage Arguments Value

View source: R/make_cna.R

Description

Create a Canopy ready CNA matrix and their corresponding variance matrices

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
make_cna_mat(
  cna.files = list.files(),
  path = ".",
  sample.names = NULL,
  cval = 100,
  snp.nbhd = 250,
  epsilon = 0,
  min.nhet = 5,
  min.num.mark = 50
)

Arguments

cna.files

Names of the files to be read in and processed. Default will be all the files found in the working directory.

path

relative path to the folder containing the samples to be processed. Default is current directory.

sample.names

Custom names to be given to the samples. Default is NULL.

cval

Default is 100.

snp.nbhd

Default is 250.

epsilon

Default is 0.

min.nhet

Minimal number of hets to be found in segments to be accounted for

min.num.mark

Minimal number of variants to be found in segments to be accounted for

Value

WM, Wm,epsM, epsm


AxelitoMartin/TumorEvolution documentation built on Jan. 12, 2021, 2:43 a.m.