exportPLINKSet: exportPLINKSet

Description Usage Arguments Value See Also Examples

View source: R/exportPLINKSet.R

Description

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

Usage

1
  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

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

Example output

Loading required package: RSQLite

snplist documentation built on Oct. 9, 2021, 5:06 p.m.