OutputData | R Documentation |
Output data into individual CSV files. All data will be zipped into one file with all data.
OutputData(inputData = NULL, filename = "~/output.zip")
inputData |
data output from ReadData() or FilterData() function |
filename |
name of file to be output (default: '~/output.zip') |
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') inputDatafilt <- FilterData(inputData,geneperc=0.5) OutputData(inputData=inputDatafilt,filename="~/FilteredData.zip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.