Learn R Programming

TPP (version 2.2.3)

tppExport: Produce Excel table of TPP-TR or TPP-CCR experiment.

Description

Produce Excel table of TPP-TR or TPP-CCR experiment out of the data frame returned by tpptrAnalyzeMeltingCurves

Usage

tppExport(tab, file, expNames = NULL, expColors = NULL)

Arguments

tab
Table with results of the TPP analysis.
file
path for storing results table
expNames
character vector of experiment names of the same length as expColors.
expColors
character vector of background colors to group the result columns belonging to different experiments.

Value

No value returned.

Examples

Run this code
data(hdacTR_resultsTable_smallExample)
tppExport(resultTable, "tpptr_example_results.xlsx")

Run the code above in your browser using DataLab