powered by
corr
COBRAPerformance
COBRAPlot
corr(x, ...)corr(x, ...) <- value## S3 method for class 'COBRAPerformance': corr(x)## S3 method for class 'COBRAPerformance,data.frame': corr(x) <- value## S3 method for class 'COBRAPlot,data.frame': corr(x) <- value
corr(x, ...) <- value
## S3 method for class 'COBRAPerformance': corr(x)
## S3 method for class 'COBRAPerformance,data.frame': corr(x) <- value
## S3 method for class 'COBRAPlot,data.frame': corr(x) <- value
data(cobradata_example) cobraperf <- calculate_performance(cobradata_example, cont_truth = "logFC", aspects = "corr") head(corr(cobraperf))
Run the code above in your browser using DataLab