GetData: Get general information inside pathways.

Description Usage Arguments Value Examples

View source: R/getdata.R

Description

GetData creates a list with genes inside the pathways.

Usage

1
GetData(species, pathwaydb)

Arguments

species

variable. The user can select the species of interest from SELECT_path_species(path_spec)

pathwaydb

variable. The user can select the pathway database of interest from SELECT_path_graphite(path_spec)

Value

a list of pathways

Examples

1
2
3
4
5
## Not run: 
species="hsapiens"
pathwaydb="pharmgkb"
path<-GetData(species,pathwaydb)
## End(Not run)

StarBioTrek documentation built on Nov. 8, 2020, 8:02 p.m.