tempo.writeOutput: Write output

Description Usage Arguments Examples

Description

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

Usage

1
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

1
2
3
4
# 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()))

tempoR documentation built on May 27, 2019, 9:05 a.m.