inst/scripts/get_names_pathways.R

# The following script downloads the names_pathways list
# included in the mirIntegrator package. 
# This list is included only for demostration purposes.

library("ROntoTools")
names_pathways <- keggPathwayNames("hsa")
save(names_pathways, file = "names_pathways.rda")
library(tools)
resaveRdaFiles("names_pathways.rda")

Try the mirIntegrator package in your browser

Any scripts or data that you put into this service are public.

mirIntegrator documentation built on Nov. 8, 2020, 8:28 p.m.