scatter {iCOBRA} | R Documentation |
scatter
slotAccessor and replacement functions for the scatter
slot in a
COBRAPerformance
or COBRAPlot
object.
scatter(x, ...) scatter(x, ...) <- value ## S4 method for signature 'COBRAPerformance' scatter(x) ## S4 replacement method for signature 'COBRAPerformance,data.frame' scatter(x) <- value ## S4 replacement method for signature 'COBRAPlot,data.frame' scatter(x) <- value
x |
A |
... |
Additional arguments. |
value |
A data frame giving information necessary to generate scatter plots of observed vs true values for each method and each stratification level. |
The accessor function returns a data frame giving information necessary to generate scatter plots of observed vs true values for each method and each stratification level.
Charlotte Soneson
data(cobradata_example) cobraperf <- calculate_performance(cobradata_example, cont_truth = "logFC", aspects = "scatter") head(scatter(cobraperf))