generateGDS1KGgenotypeFromSNPPileup | R Documentation |
TODO
generateGDS1KGgenotypeFromSNPPileup( PATHGENO, listSamples, listPos, offset, minCov = 10, minProb = 0.999, seqError = 0.001, pedStudy, batch, studyDF, PATHGDSSAMPLE = NULL )
PATHGENO |
TODO a PATH to a directory with the a file for each samples with the genotype. |
listSamples |
a |
listPos |
a |
offset |
a |
minCov |
a |
minProb |
a |
seqError |
a |
batch |
a |
studyDF |
a |
PATHGDSSAMPLE |
TODO a PATH to a directory where a gds specific to the samples with coverage info is keep |
pedDF |
a |
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", package="RAIDS") ## TODO gds <- "Demo GDS TODO"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.