import.geneset: Import A Local Geneset

Description Usage Arguments Examples

View source: R/datasets.R

Description

This function allows you to import a local geneset.

Usage

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

Arguments

path

Path to local geneset.

sep

Separator / delimiter character (optional). Default: TAB

header

Whether or not the file has a header (optional). Default: TRUE

index

Whether or not the file has an index column (optional). Default: FALSE

Examples

1
df <- import.geneset('mygeneset.tsv')

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