Description Usage Arguments Value Examples
A method that integrates differential expression (DE) analysis and differential network (DN) analysis to select biomarker candidates for cancer studies. select_rho_partial is the pre-processing step for INDEED partial differential analysis.
1 2 | select_rho_partial(data = NULL, class_label = NULL, id = NULL,
error_curve = "YES")
|
data |
The input matrix of expression from all metabolites from all samples that will be preprocessed for Step 1. |
class_label |
This is a binary array with 0 for group 1 and 1 for group 2. |
id |
This is an array of biomolecule ID to label. |
error_curve |
The default is "YES". This is an option on whether a error curve plot will be printed, user can choose "YES" or "NO". |
A list of processed data for the next step, and generates an error curve to select rho for group 1 and 2.
1 | select_rho_partial(data = Met_GU, class_label = Met_Group_GU,id = Met_name_GU, error_curve = "YES")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.