Learn R Programming

proteoQC (version 1.2.0)

labelRatio: Calculate the labeling efficiency of isobaric labeling data

Description

Calculate the labeling efficiency of isobaric labeling data

Usage

labelRatio(ms = NULL, iClass = 1, delta = 0.05)

Arguments

ms
MS/MS file.
iClass
Isobaric tag class, 1=iTRAQ-8plex.
delta
The mass error for reporter matching.

Value

A vector object

Examples

Run this code
mgf.zip <- system.file("extdata/mgf.zip", package = "proteoQC")
unzip(mgf.zip)
a <- labelRatio("test.mgf")

Run the code above in your browser using DataLab