Description Usage Arguments Value See Also Examples
get the result of the PFP object.
1 2 3 4 | result_PFP(object, thresh_slot = NULL, thresh_value = 0.05)
## S4 method for signature 'PFP'
result_PFP(object, thresh_slot = NULL, thresh_value = 0.05)
|
object, |
|
thresh_slot, |
a character, it could be 'p_value' or 'p_adj_value', it means the threshold slot to choose for select the significant pathway. Default is NULL,it means that you don't want to select the significant pathway and you will select all pathways. |
thresh_value, |
a numeric, threshold value of 'p_value' or 'p_adjust_value' for pathway selection,Default is 0.05. |
the scores and the information of PFP object.
1 2 3 4 | data(PFP_test1)
result_PFP(PFP_test1,
thresh_slot="p_adj_value",
thresh_value = 0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.