Learn R Programming

BNrich (version 0.1.1)

fetch_data_file: Download data file

Description

Download necessary data file to start BNrich

Usage

fetch_data_file(destfile, verbose = FALSE)

Arguments

destfile

A directory in user's own computer for save preprocessed data file

verbose

A logical argument to show verbose results

Value

A list contain mapkG, PathName_final and pathway.id. The mapkG is a list contains imported 187 preprocessed signaling pathways, PathName_final is a data.frame includes names and IDs of all 187 pathways and pathway.id is a character vector of pathways IDs

Examples

Run this code
# NOT RUN {
destfile = tempfile("files", fileext = ".rda")
files <- fetch_data_file()
load(destfile)
# }

Run the code above in your browser using DataLab