exportPLINKSet {snplist}R Documentation

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

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

[Package snplist version 0.18.2 Index]