View source: R/plottingfunctions.R
DistPvalues | R Documentation |
Visualize the distribution of unadjusted p-values from linear models
DistPvalues(IntLimResults, breaks = 100)
IntLimResults |
output of RunIntLim() |
breaks |
the number of breaks to use in histogram (see hist() documentation for more details) |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.