getPlinkFromImpute | R Documentation |
FUNCTION_DESCRIPTION
getPlinkFromImpute( snps, chr, geno_fn, sample_fn, outfile, n_threads = 1, createPlinkCommandOnly = F, snps_fn = tempfile(), use_ids = "id2" )
snps |
PARAM_DESCRIPTION |
chr |
PARAM_DESCRIPTION |
geno_fn |
PARAM_DESCRIPTION |
sample_fn |
PARAM_DESCRIPTION |
outfile |
PARAM_DESCRIPTION |
n_threads |
PARAM_DESCRIPTION, Default: 1 |
createPlinkCommandOnly |
PARAM_DESCRIPTION, Default: F |
snps_fn |
PARAM_DESCRIPTION, Default: tempfile() |
use_ids |
PARAM_DESCRIPTION, Default: 'id2' |
DETAILS
OUTPUT_DESCRIPTION
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.