View source: R/plottingfunctions.R
HistogramGMPairs | R Documentation |
histogram of gene-metabolite pairs depending upon metabolite or gene
HistogramGMPairs(inputResults, type = "metabolite", breaks = 50)
inputResults |
IntLimResults object with model results (output of RunIntLim() and ProcessResults()) |
type |
'metabolite' or 'gene'. 'metabolite' set as default |
breaks |
Number of breaks selected for histogram |
## 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") myres <- ProcessResults(inputResults=myres,inputData=mydata) HistogramGMPairs(inputResults=myres) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.