Learn R Programming

geneset (version 0.2.7)

getReactome: Get Reactome geneset and geneset_name Geneset is a data.frame of 2 columns with term id and gene id; Geneset_name is a data.frame of 2 columns with term id and term description

Description

Get Reactome geneset and geneset_name Geneset is a data.frame of 2 columns with term id and gene id; Geneset_name is a data.frame of 2 columns with term id and term description

Usage

getReactome(org = "human", download.method = NULL, data_dir = NULL)

Value

A list including geneset and geneset name.

Arguments

org

Organism name from `reactome_org`.

download.method

"auto" (as default if NULL), "wininet" (for windows)

data_dir

data saving location, default is the package data directory

Examples

Run this code
# \donttest{
x = getReactome(org = "human", data_dir = tempdir())
# }

Run the code above in your browser using DataLab