segs.chas_example | R Documentation |
Expected segments from loading the ChAS file 'chas_example.txt'.
segs.chas_example
A GRanges
object containing the segments, their copy number
(field cn
) and their copy number types (field cn.type
).
segs.filename <- system.file('extdata', 'chas_example.txt', package = 'oncoscanR') mykit.cov <- get_oncoscan_coverage_from_probes() segs.chas_example <- load_chas(segs.filename, kit.coverage = mykit.cov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.