Description Usage Arguments Value Author(s)
This function will extract the combinations of functional annotations selected by the decision tree in the stage 2 of GPATree method that meets the provided threshold in minPredictedProb.
1 2 | ## S4 method for signature 'GPATree'
decTree(object)
|
object |
An object of class GPATree. |
A list containing variables in combinations selected by the decision tree (CART_PIs), the combination (CART_PIs_comb) and the predicted proportions for the selected PIs(assoc_pred) meet the provided threshold in minPredictedProb.
Aastha Khatiwada
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.