View source: R/TopCombination.R
TopCombination | R Documentation |
Select drug combinations by combination therapeutic score and FDR of combination therapeutic score.
TopCombination(
Drug.combination = Drug.combinations,
Combination.FDR = 0.1,
Min.combination.score = 1
)
Drug.combination |
raw drug combination result from DrugCombination function. |
Combination.FDR |
The FDR threshold to select drug combination. The default value is 0.1. |
Min.combination.score |
The Combination therapeutic score threshold to select drug combination. The default value is 1. |
Input raw drug combination result and return the top drug combinations.
A data frame of selected drug combinations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.