export.geneset: Export A Geneset To A File

Description Usage Arguments Examples

View source: R/datasets.R

Description

This function allows you to export a geneset to a file.

Usage

1
export.geneset(df, path, sep = "\t", header = TRUE, index = FALSE)

Arguments

df

Geneset to export.

path

Output file path.

sep

Separator / delimiter character (optional). Default: TAB

header

Whether or not to include a header (optional). Default: TRUE

index

Whether or not to include an index column (optional). Default: FALSE

Examples

1
export.geneset(df, 'mygeneset.tsv')

rlebron-bioinfo/gnlearn documentation built on July 25, 2020, 12:38 p.m.