GetData {StarBioTrek}R Documentation

Get general information inside pathways.

Description

GetData creates a list with genes inside the pathways.

Usage

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

## Not run: 
species="hsapiens"
pathwaydb="pharmgkb"
path<-GetData(species,pathwaydb)
## End(Not run)

[Package StarBioTrek version 1.19.0 Index]