Description Usage Arguments Value See Also Examples
View source: R/tppQCPlotsCorrelateExperiments.R
Plot pairwise relationships between the proteins in different TPP experiments.
| 1 2 3 4 5 6 | tppQCPlotsCorrelateExperiments(
  tppData,
  annotStr = "",
  path = NULL,
  ggplotTheme = tppDefaultTheme()
)
 | 
| tppData | List of expressionSets with data to be plotted. | 
| annotStr | String with additional information to be added to the plot. | 
| path | Location where to store resulting plot. | 
| ggplotTheme | ggplot theme for the created plots. | 
List of plots for each experiment.
| 1 2 3 4 5 6 7 8 9 10 | data(hdacTR_smallExample)
tpptrData <- tpptrImport(configTable=hdacTR_config, data=hdacTR_data)
# Quality control (QC) plots BEFORE normalization:
tppQCPlotsCorrelateExperiments(tppData=tpptrData, 
annotStr="Non-normalized Fold Changes")
# Quality control (QC) plots AFTER normalization:
tpptrNorm <- tpptrNormalize(data=tpptrData, normReqs=tpptrDefaultNormReqs())
tpptrDataNormalized <- tpptrNorm$normData
tppQCPlotsCorrelateExperiments(tppData=tpptrDataNormalized, 
annotStr="Normalized Fold Changes")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.