Description Usage Arguments Details Value Author(s) References
Reads snp coding information and genotype data from paired
.info.gz
and .dose.gz
files, as generated by the MACH and
minimac genotype imputation programs, and returns the data in a
standard format (see snpdata) that can be used by other
functions in this package.
1 2 | read.snpdata.minimac(fileroot, tol.af = 0.01, phenotypes = NULL,
isuffix = ".info.gz", dsuffix = ".dose.gz")
|
fileroot |
a filename root to which suffixes (my default |
tol.af |
a tolerence for checking allele frequencies between the two files read. |
phenotypes |
if not |
isuffix |
a suffix to add to the filename root to make the name of the info file |
dsuffix |
a suffix to add to the filename root to make the name of the dosage file |
This function is just a wrapper for read.snpdata.mach
with different default isuffix and dsuffix arguments.
Returns a list with snpinfo and data slots, see snpdata.
Toby Johnson Toby.x.Johnson@gsk.com
Information about the MACH and minimac programs for genotype imputation, including their output formats, can be found at http://www.sph.umich.edu/csg/abecasis/MACH.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.