Description Usage Arguments Value
Create a Canopy ready CNA matrix and their corresponding variance matrices
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
)
|
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 |
WM, Wm,epsM, epsm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.