Description Usage Format Examples
A test data file containing segmented copy number profiles from 100 breast cancer samples, for test running the CARMA algorithm. The test data are assembled from real tumor profiles, by randomly combining chromosome-specific copy number profiles from multiple samples to construct new whole genome copy number profiles.
1 |
List of 100 data frames, each containing the following 5 columns:
chr
a charachter giving the chromosome
startpos
a numeric vector giving the hg19 start position of the segment
endpos
a numeric vector giving the hg19 end position of the segment
nMajor
a numeric vector giving the major allele integer copy number state for the segment
nMinor
a numeric vector giving the minor allele integer copy number state for the segment
1 2 | test.results = CARMA(test.data, region.type="arm", hg.version="hg19")
carma.summary = summaryCARMA(test.results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.