fetch_data_file {BNrich}R Documentation

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


destfile = tempfile("files", fileext = ".rda")
files <- fetch_data_file()
load(destfile)


[Package BNrich version 0.1.1 Index]