OutputResults | R Documentation |
Output results into a zipped CSV file. Results include gene and metabolite pairs, along with model interaction p-values, and correlations in each group being evaluated.
OutputResults(inputResults = NULL, filename = "~/results.csv")
inputResults |
IntLimResults object with model results (output of ProcessResults()) |
filename |
name of file to be output (default: '~/results.csv') |
the filename of the CSV file with results named with cohort
dir <- system.file("extdata", package="IntLIM", mustWork=TRUE) csvfile <- file.path(dir, "NCItestinput.csv") inputData <- ReadData(csvfile,metabid='id',geneid='id') myres <- RunIntLim(inputData,stype="PBO_vs_Leukemia") myres <- ProcessResults(myres,inputData) OutputResults(inputResults=myres,filename="~/results.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.