multipleROCPlot: Generate a plot with multiple ROC curves

Description Usage Arguments Value Author(s) Examples

View source: R/multipleROCPlot.R

Description

Generate a plot with multiple ROC curves

Usage

1
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

Author(s)

Aditya M. Rao, Andrew B. Liu

Examples

1
2
multipleROCPlot(tinyMetaObject, filterObject = 
   tinyMetaObject$filterResults$pValueFDR0.05_es0_nStudies1_looaTRUE_hetero0)

Example output



MetaIntegrator documentation built on March 26, 2020, 6:29 p.m.