Description Usage Arguments Value Examples
View source: R/tpp2dTRReferenceObject.R
Definition of a TPP-TR reference object
1 2 3 4 5 6 | tpp2dTRReferenceObject(
tppRefData = NULL,
tppRefPath = NULL,
fcStr = "norm_rel_fc_",
qualColName = "qupm"
)
|
tppRefData |
TPP-TR reference object that can be directly passed to the function |
tppRefPath |
character string containing a system path to a RData file containing an TPP-TR reference object |
fcStr |
character string indicating which columns contain the fold changes |
qualColName |
character string indicating which column contain protein identification quality measures |
A TPP-TR reference object
1 2 | trRef <- system.file("example_data/2D_example_data/referenceNormData.RData", package="TPP")
tpp2dTRReferenceObject(tppRefPath=trRef)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.