Description Usage Arguments Value
View source: R/All_Proteomics_Functions.R
This function will take OnePotTPP (TMT10plex) data directly from ProteomeDiscoverer (v. 2.3) and generate a volcano plot and hit list based on user-defined SD and p-values
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
SD_cutoff |
A positive integer (default = 2) |
p_cutoff |
A positive integer between 0 and 1 (default = 0.05) |
TMTplex |
8, 10, 16 TMTplex (default = 10) |
plot |
Display volcano plot (default = TRUE) |
xlab |
X-axis Label (default = "Z Score") |
ylab |
Y-axis Label (default = "- log10 (p value)") |
labelcolor |
Color of Not significant and Significant data points (default = c("grey", "red")) |
alpha |
Transparency of plot (default = 0.5) |
plottextsize |
Text Size of plot (default = 12) |
correctedpvalue |
Bonferroni corrected p-value (default = FALSE) |
interactiveplot |
Plotly interactive Volcano plot (default = FALSE) |
Expression_data |
Raw ProteomeDiscoverer (v. 2.3) data |
TPP_data |
Raw OnePotTPP (TMT10plex) ProteomeDiscoverer (v. 2.3) data |
Volcano plot, Hit list, Total proteins assayed, and Unique protein hits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.