callLOH | R Documentation |
This function provides detailed LOH information by region.
callLOH(res, id = 1, arm.cutoff = 0.9, keep.no.snp.segments = TRUE)
res |
Return object of the |
id |
Candidate solution to extract LOH from. |
arm.cutoff |
Min fraction LOH on a chromosome arm to call whole arm events. |
keep.no.snp.segments |
Segments without heterozygous SNPs have no LOH information. This defines whether these segments should be reported anyways. |
Returns data.frame
with LOH regions.
Markus Riester
runAbsoluteCN
data(purecn.example.output)
head(callLOH(purecn.example.output))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.