Description Usage Arguments Value Examples
View source: R/tpp2dSplinePlot.R
Fit splines through TR reference dataset and extrapolates relative 2D-TPP datapoints, then compares spline fits of different treatments with non-treatment with an f-test
1 2 3 4 5 6 7 8 9 10 |
data_2D |
result data.frame from a 2D-TPP CCR analysis |
trRef |
character string of a valid system path to a TPP-TR reference RData object |
fcStr |
character string indicating how columns that will contain the actual
fold change values will be called. The suffix |
idVar |
character string indicating name of the columns containing the unique protein identifiers in the 2D data set |
refIdVar |
character string indicating name of the columns containing the unique protein identifiers in the reference data set |
methods |
vector of character strings that indicate which methods has been used for the previous analysis (default: c("doseResponse"), alternative: c("splineFit") or c("doseResponse", "splineFit")) |
refFcStr |
character string indicating how columns that will contain the fold change values in the reference data set |
verbose |
print description of problems for each protein for which splines fits could not be performed |
A list of ggplots which can be accessed via the unique protein ids in the idVar column
1 2 | load(system.file("example_data/2D_example_data/shortData2d.RData", package="TPP"))
trRef <- system.file("example_data/2D_example_data/referenceNormData.RData", package="TPP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.