Description Usage Arguments Value Examples
Create input data for rectangle plot (fold_spec_chart function) using recognize_fs_terms function output as input
1 | fold_spec_chart_data(fs_res_up, fs_res_down, scope = NULL)
|
fs_res_up |
dataframe contains fold-specificty recognition data (recognize_fs_terms function output) for up regulation |
fs_res_down |
dataframe contains fold-specificty recognition data (recognize_fs_terms function output) for down regulation |
scope |
namespace of terms for plot input data (NULL by default) |
input dataframe for create.fold.spec.chart function
1 2 | data(fs_res_up, fs_res_down, package = "fsgor")
fold_spec_chart_data(fs_res_up, fs_res_down, scope = "molecular_function")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.