getMatrix | R Documentation |
Function that categorises segments into 48 copy number classes, and generates an input matrix for matrix deconvolution. Segments are categorised by LOH status (homozygous deletion, loss of heterozygosity, heterozygous), total copy number (0, 1, 2, 3-4, 5-8, 9+) and segment size (0-100kb, 100kb-1Mb, 1Mb-10Mb, 10Mb-40Mb,>40Mb).
getMatrix(data)
data |
Matrix. CN profile segments, with columns sample, chr, start pos, endpos, nMajor, nMinor. |
48xs matrix of CN summaries, where s is the number of samples in data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.