labelRatio {proteoQC} | R Documentation |
Calculate the labeling efficiency of isobaric labeling data
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
mgf.zip <- system.file("extdata/mgf.zip", package = "proteoQC") unzip(mgf.zip) a <- labelRatio("test.mgf",reporter=2)