Description Usage Arguments Value Author(s) Examples
Calculate the labeling efficiency of isobaric labeling data
1 | labelRatio(ms = NULL, reporter = 1, plot = TRUE)
|
ms |
MS/MS file. |
reporter |
Isobaric tag class, 1=iTRAQ-4plex, 2=iTRAQ-8plex, 3=TMT-6plex. 4=TMT-10plex. |
plot |
Logical value |
A vector object
Bo Wen wenbo@genomics.cn
1 2 3 | mgf.zip <- system.file("extdata/mgf.zip", package = "proteoQC")
unzip(mgf.zip)
a <- labelRatio("test.mgf",reporter=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.