View source: R/allelicFraction.R
| getTableSNV | R Documentation | 
TODO
getTableSNV( gds, gdsSample, sampleCurrent, study.id, minCov = 10, minProb = 0.999, eProb = 0.001 )
| gds | an object of class
 | 
| gdsSample | an object of class  | 
| sampleCurrent | a  | 
| study.id | a  | 
| minCov | a single positive  | 
| minProb | a single  | 
| eProb | a single  | 
a data.frame containing:
cnt.tot a single integer representing the total coverage for
the SNV.
cnt.ref a single integer representing the coverage for
the reference allele.
cnt.alt a single integer representing the coverage for
the alternative allele.
snp.pos a single integer representing the SNV position.
snp.chr a single integer representing the SNV chromosome.
normal.geno a single numeric 3 indicating that
the normal genotype is unknown. TODO
snp.index The boolean FALSE indicating 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.