Description Usage Arguments Value Examples
Create igraph object for fold-specificity recognition function output (recognize_fs_terms())
1 | fold_spec_graph(fs_res, annot_data, reg, scope = NULL)
|
fs_res |
- list contains fold-specificity recognition results |
annot_data |
- prepare_annotation() function output |
reg |
- regulation type for DEG taken in to analysis ("up" or "down") |
scope |
- GO term namespace ("biological_process", "cellular_component", "molecular_function"), NULL by default (GO terms from all namespaces will be plotted) |
- igraph object with sugiyama layout
1 2 | data(fs_res_up, annot_data, package = "fsgor")
fold_spec_graph(fs_res_up, annot_data, "up", scope = "molecular_function")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.