Learn R Programming

snplist (version 0.18.2)

exportPLINKSet: exportPLINKSet

Description

Simple function using Rcpp to write the gene set to a file in the PLINK set format.

Usage

exportPLINKSet(geneSets, fname)

Arguments

geneSets

An object created by the makeGeneSet() function.

fname

The name of the PLINK file to be created.

Value

A Boolean indicating if the file was successfully written.

See Also

makeGeneSet

Examples

Run this code
# NOT RUN {
    # Please see the vignette or the package description 
    # for an example of using this function.
# }

Run the code above in your browser using DataLab