Learn R Programming

tempoR (version 1.0.4.4)

tempo.writeOutput: Write output

Description

Write the score data frame and plots of actual vs. predicted age for all reported gene sets to disk.

Usage

tempo.writeOutput(results, filename)

Arguments

results

The results object returned by tempo.runInstance.

filename

The prefix for the filename. Writes filename.pdf and filename.table (a tab-delimited text file) for all reported gene sets

Examples

Run this code
# NOT RUN {
# In this example, text output will be written to tempfile.table and
# plots printed to tempfile.pdf
data("gse32472ExampleTempoResults")
tempo.writeOutput(gse32472ExampleTempoResults, tempfile(tmpdir = tempdir()))
# }

Run the code above in your browser using DataLab