Accessor function to extract the methods that are represented in an
COBRAPerformance or COBRAPlot object.
Examples
data(cobradata_example)
cobraperf <- calculate_performance(cobradata_example,
binary_truth = "status",
aspects = "fdrtprcurve")
#> Warning: Object doesn't have a slot sval. Please run update_cobradata(). For consistency, I will return an empty data.frame
basemethods(cobraperf)
#> [1] "edgeR" "voom" "DESeq2"