Description Usage Arguments Value Examples
Unifying nodes based imported signaling pathways and GE data
1 | unify_path(dataH, dataD, MapkG, Pathway.id)
|
dataH |
A data frame contains (healthy) control objects data |
dataD |
A data frame contains disease objects data |
MapkG |
A list contains imported 187 signaling pathways |
Pathway.id |
A vector contains 187 KEEG pathway IDs |
A list contain data_h,data_d,mapkG1 and pathway.id1
1 2 3 4 5 6 7 | #All the 187 preprocessed signaling pathways can be entered in analysis by fetch_data_file().
#But here you enter a subset of those pathways to see how this package works.
files <- system.file("extdata", "test_files_to_start.RData", package = "BNrich", mustWork = TRUE)
load(files)
Data <- system.file("extdata", "Test_DATA.RData", package = "BNrich", mustWork = TRUE)
load(Data)
uni_Result <- unify_path(dataH, dataD, MapkG = sub_mapkG, Pathway.id = path.id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.