Description Usage Arguments Details Value
Given a set of knonw disease-drug-target(gene) associations and efficacy estimates compiled for diseas-gene associations, it determines an visualize the positive predictive values (ppv). PPVs are computed as the percentage of true positives normalized against the expected ppv for a random ordering of disease-gene pairs.
1 2 3 4 5 6 7 8 9 |
gold_std |
a dataframe representing known drug target disease associations. It must contain at least two columns indicating the gene-entrez-id and disease-efo-id (EFO-ID). Ex: target.entrez disease.id description 7039 EFO:0003884 chronic kidney disease 1490 EFO:0009549 female reproductive system disease |
test |
a dataframe containing efficacy estimates of disease-drug-target(gene) associations. It must contain at least three columns indicating the gene-entrez-id, disease-efo-id (EFO-ID) and the efficacy scores. Ex: target.entrez disease.id modscore 5376 EFO:0000270 0.4614037 28996 EFO:0000270 0.5404949 7403 EFO:0000270 0.6425815 |
entrez.col |
a character value indicating the column for the gene-entrez-id. |
disease.col |
a character value indicating the column for the disease-efo-id. |
score.col |
a character value indicating the column for the efficacy estimates. |
a.disease |
a character value to plot the ppv values for a given disease. |
plot |
a boolean value to plot the ppv curves. |
This function was used for the comparison of different efficacy scoring methods described in \insertRefFailli2019ThETA.
a ggplot showing curves of positive predictive values (PPVs).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.