powered by
Generate a plot with a summary ROC curve
summaryROCPlot(metaObject, filterObject, bootstrapReps = 500, orderByAUC = TRUE, alphaBetaPlots = TRUE)
a Meta object which must have the $originalData populated
a MetaFilter object containing the signature genes that will be used for calculating the score
number of bootstrap simulations to run for confidence interval on summary ROC
if TRUE, then order legend by summary AUC. Otherwise, use default ordering.
if TRUE, then draw forest plots of alpha and beta. If false, suppress plotting.
Generates a ROC plot for all datasets
# NOT RUN { summaryROCPlot(tinyMetaObject,filterObject = tinyMetaObject$filterResults$pValueFDR0.05_es0_nStudies1_looaTRUE_hetero0) # }
Run the code above in your browser using DataLab