Description Usage Arguments Value Examples
Download necessary data file to start BNrich
1 | fetch_data_file(destfile, verbose = FALSE)
|
destfile |
A directory in user's own computer for save preprocessed data file |
verbose |
A logical argument to show verbose results |
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
1 2 3 | destfile = tempfile("files", fileext = ".rda")
files <- fetch_data_file()
load(destfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.