Description Usage Arguments Value Examples
Principal Component Analysis of the Intensity values.
1 |
MQCombined |
Object list containing all the files from the MaxQuant
output. It is the result from using |
intensity_type |
The type of intensity. Values: 'Intensity' or 'LFQ'. |
palette |
The palette from the Package RColorBrewer. By default is 'Set2'. Default is Intensity. |
A PCA plot of the Intesities of all the samples.
1 2 3 | MQPathCombined <- system.file("extdata/combined/", package = "MQmetrics")
MQCombined <- make_MQCombined(MQPathCombined)
PlotPCA(MQCombined)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.