Description Usage Arguments Value Note Examples
produce a graph that summarizes regulator-module relationships
1  | makeRegulatorGraph(dataFolder = ".", modpatt = "^Module_")
 | 
dataFolder | 
 character(1) specifying location of regulators and gene_expression CSV files by module, with filenames of form 'Module_[n]_...' by default; other filename formats can be specified by modpatt parameter. '_gene_expression.csv' and '_regulators.csv' are the assumed suffixes.  | 
modpatt | 
 character(1) regular expression used to pick out the CSV files  | 
instance of graph::graphNEL, mode 'directed'
The returned graph has regulators, module names, and module gene symbols as nodes. A module has edges to all member genes, and a regulator has edges to all modules that it regulates.
1 2  | data(regulGBM)
regulGBM
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.