DistPvalues: Visualize the distribution of unadjusted p-values from linear...

View source: R/plottingfunctions.R

DistPvaluesR Documentation

Visualize the distribution of unadjusted p-values from linear models

Description

Visualize the distribution of unadjusted p-values from linear models

Usage

DistPvalues(IntLimResults, breaks = 100)

Arguments

IntLimResults

output of RunIntLim()

breaks

the number of breaks to use in histogram (see hist() documentation for more details)

Examples

## Not run: 
dir <- system.file("extdata", package="IntLIM", mustWork=TRUE)
csvfile <- file.path(dir, "NCItestinput.csv")
mydata <- ReadData(csvfile,metabid='id',geneid='id')
myres <- RunIntLim(mydata,stype="PBO_vs_Leukemia")
DistPvalues(myres)

## End(Not run)

Mathelab/IntLIM documentation built on July 9, 2022, 5:10 p.m.