appendStudy2GDS1KG | R Documentation |
TODO
appendStudy2GDS1KG( PATHGENO = file.path("data", "sampleGeno"), fileNamePED, fileNameGDS, batch = 1, studyDF, listSamples = NULL, PATHSAMPLEGDS = NULL )
PATHGENO |
TODO a PATH to the directory genotype file of 1KG The directory sampleGeno must contain matFreqSNV.txt.bz2 |
fileNamePED |
TODO |
fileNameGDS |
a |
batch |
TODO . Default: |
studyDF |
TODO |
listSamples |
A |
PATHSAMPLEGDS |
TODO a PATH to a directory where a gds specific
to the samples with coverage info is keep. Default: |
The function returns 0L
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 fileNamePED <- "TODO"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.