overlap {iCOBRA} | R Documentation |
overlap
slotAccessor and replacement functions for the overlap
slot in a
COBRAPerformance
or COBRAPlot
object.
overlap(x, ...) overlap(x, ...) <- value ## S4 method for signature 'COBRAPerformance' overlap(x) ## S4 replacement method for signature 'COBRAPerformance,list_df' overlap(x) <- value ## S4 replacement method for signature 'COBRAPlot,list_df' overlap(x) <- value
x |
A |
... |
Additional arguments. |
value |
A data frame or a list, giving information about which feature that are classified as 'positive' by each method and for each stratification level. |
The accessor function returns a data frame or a list, giving information about which feature that are classified as 'positive' by each method and for each stratification level.
Charlotte Soneson
data(cobradata_example) cobraperf <- calculate_performance(cobradata_example, binary_truth = "status", aspects = "overlap") head(overlap(cobraperf))