View source: R/allelicFraction.R
computeAllelicFractionDNA | R Documentation |
Create a data.frame with the allelic fraction TODO
computeAllelicFractionDNA( gds, gdsSample, sampleCurrent, study.id, chrInfo, minCov = 10L, 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) |
minCov |
a single positive |
minProb |
a single |
eProb |
a single |
cutOffLOH |
log of the score to be LOH . Default: |
cutOffHomoScore |
TODO. Default: |
wAR |
a single positive |
a data.frame
with lap for the snv with depth > minCov. TODO
Pascal Belleau, Astrid DeschĂȘnes and Alexander Krasnitz
## Path to the demo pedigree file is located in this package data.dir <- system.file("extdata", package="RAIDS") ## TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.