getNetwork | R Documentation |
This is a function to integrate data set from different studies based on network.
getNetwork(case_dir, control_dir, net_case_dir, net_control_dir)
case_dir |
string.The directory of diseased data set. |
control_dir |
string.The directory of healthy data set. |
net_case_dir |
string.The directory of network correlation of diseased data set. |
net_control_dir |
string.The directory of network correlation of healthy data set. |
integrated diseased and healthy networks.
case_dir = 'tests/case_dir' control_dir = 'tests/control_dir' net_case_dir = 'tests/net_case_dir' net_control_dir = 'tests/net_control_dir' getNetwork(case_dir = case_dir, control_dir = control_dir, net_case_dir = net_case_dir, net_control_dir = net_control_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.