multipleROCPlot {MetaIntegrator} | R Documentation |
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
Author(s)
Aditya M. Rao, Andrew B. Liu
Examples
multipleROCPlot(tinyMetaObject, filterObject =
tinyMetaObject$filterResults$pValueFDR0.05_es0_nStudies1_looaTRUE_hetero0)
[Package MetaIntegrator version 2.1.3 Index]