Learn R Programming

snplist (version 0.18.3)

exportPLINKSet: exportPLINKSet

Description

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

Usage

exportPLINKSet(geneSets, fname)

Value

A Boolean indicating if the file was successfully written.

Arguments

geneSets

An object created by the makeGeneSet() function.

fname

The name of the PLINK file to be created.

See Also

makeGeneSet

Examples

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

Run the code above in your browser using DataLab