estimateAllelicFraction | R Documentation |
TODO
estimateAllelicFraction( gds, gdsSample, sampleCurrent, study.id, chrInfo, studyType = "DNA", minCov = 10, minProb = 0.999, eProb = 0.001, cutOffLOH = -5, cutOffHomoScore = -3, wAR = 9 )
gds |
an object of class
|
gdsSample |
TODO |
sampleCurrent |
A |
study.id |
A |
chrInfo |
a vector chrInfo[i] = length(Hsapiens[[paste0("chr", i)]]) Hsapiens library(BSgenome.Hsapiens.UCSC.hg38) |
studyType |
a |
minCov |
an |
minProb |
an |
eProb |
an |
cutOffLOH |
log of the score to be LOH default -5 |
cutOffHomoScore |
TODO |
wAR |
size-1 of the window to compute an empty box |
The integer 0
when successful.
Pascal Belleau, Astrid DeschĂȘnes and Alexander Krasnitz
## Path to the demo pedigree file is located in this package data.dir <- system.file("extdata", "RAIDS") ## TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.