Description Usage Arguments Author(s)
View source: R/get_confusionMatrix_and_metrics.R
Generate a dataframe that contains: TP, FP, TN, FN, sensitivity, specificity, precision, accuracy for every pair as a cutoff and the same metrics based on randomization as negative controls.
1 | get_confusionMatrix_and_metrics(df, annot, similarity, seed = 103)
|
df |
A table generated by generate_pairs_similarity_coannotation() |
annot |
The name of the column that contains whether pairs of genes are co-annotated or not |
similarity |
The name of the column that contains similarity scores, or an otherwise provided similarity vector |
seed |
The random seed number |
Peter I-Fan Wu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.