Learn R Programming

MetaIntegrator (version 2.1.3)

multipleROCPlot: Generate a plot with multiple ROC curves

Description

Generate a plot with multiple ROC curves

Usage

multipleROCPlot(metaObject, filterObject, title = "title", size = 16)

Arguments

metaObject

a Meta object which must have the $originalData populated

filterObject

a MetaFilter object containing the signature genes that will be used for calculating the score

title

title of the plot

size

use this to easily increase or decrease the size of all the text in the plot

Value

Generates an ROC plot for all datasets

Examples

Run this code
# NOT RUN {
multipleROCPlot(tinyMetaObject, filterObject = 
   tinyMetaObject$filterResults$pValueFDR0.05_es0_nStudies1_looaTRUE_hetero0)
# }

Run the code above in your browser using DataLab