Last data update: 2014.03.03

R: TMT 6-plex set
TMT6R Documentation

TMT 6-plex set

Description

This instance of class "ReporterIons" corresponds to the TMT 6-plex set, i.e the 126, 127, 128, 129, 130 and 131 isobaric tags. In the TMT7 data set, an unfragmented tag, i.e reporter and attached isobaric tag, is also included at MZ 229. The TMT10 instance corresponds to the 10-plex version.

These objects are used to plot the reporter ions of interest in an MSMS spectra (see "Spectrum2") as well as for quantification (see quantify).

Usage

TMT6
TMT7
TMT10

References

Thompson A, Sch"afer J, Kuhn K, Kienle S, Schwarz J, Schmidt G, Neumann T, Johnstone R, Mohammed AK, Hamon C. "Tandem mass tags: a novel quantification strategy for comparative analysis of complex protein mixtures by MS/MS." Anal Chem. 2003 Apr 15;75(8):1895-904. Erratum in: Anal Chem. 2006 Jun 15;78(12):4235. Mohammed, A Karim A [added] and Anal Chem. 2003 Sep 15;75(18):4942. Johnstone, R [added]. PubMed PMID: 12713048.

See Also

iTRAQ4.

Examples

TMT6
TMT6[1:2]

TMT10

newReporter <- new("ReporterIons",
                   description="an example",
                   name="my reporter ions",
                   reporterNames=c("myrep1","myrep2"),
                   mz=c(121,122),
                   col=c("red","blue"),
                   width=0.05)
newReporter

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(MSnbase)
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colnames, do.call, duplicated, eval, evalq,
    get, grep, grepl, intersect, is.unsorted, lapply, lengths, mapply,
    match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank,
    rbind, rownames, sapply, setdiff, sort, table, tapply, union,
    unique, unsplit

Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: mzR
Loading required package: Rcpp
Loading required package: BiocParallel
Loading required package: ProtGenerics

This is MSnbase version 1.20.7 
  Read '?MSnbase' and references therein for information
  about the package and how to get started.


Attaching package: 'MSnbase'

The following object is masked from 'package:stats':

    smooth

The following object is masked from 'package:base':

    trimws

> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/MSnbase/TMT6.Rd_%03d_medium.png", width=480, height=480)
> ### Name: TMT6
> ### Title: TMT 6-plex set
> ### Aliases: TMT6 TMT7 TMT10
> ### Keywords: datasets
> 
> ### ** Examples
> 
> TMT6
Object of class "ReporterIons"
TMT6: '6-plex TMT tags' with 6 reporter ions
 - 126.13 +/- 0.05 (red)
 - 127.13 +/- 0.05 (purple)
 - 128.13 +/- 0.05 (blue)
 - 129.14 +/- 0.05 (steelblue)
 - 130.14 +/- 0.05 (green)
 - 131.14 +/- 0.05 (yellow)
> TMT6[1:2]
Object of class "ReporterIons"
TMT6[1:2]: 'subset of 6-plex TMT tags' with 2 reporter ions
 - 126.13 +/- 0.05 (red)
 - 127.13 +/- 0.05 (purple)
> 
> TMT10
Object of class "ReporterIons"
TMT10HCD: '10-plex TMT HCD' with 10 reporter ions
 - 126.1277 +/- 0.002 (#8DD3C7)
 - 127.1248 +/- 0.002 (#FFFFB3)
 - 127.1311 +/- 0.002 (#BEBADA)
 - 128.1281 +/- 0.002 (#FB8072)
 - 128.1344 +/- 0.002 (#80B1D3)
 - 129.1315 +/- 0.002 (#FDB462)
 - 129.1378 +/- 0.002 (#B3DE69)
 - 130.1348 +/- 0.002 (#FCCDE5)
 - 130.1411 +/- 0.002 (#D9D9D9)
 - 131.1382 +/- 0.002 (#BC80BD)
> 
> newReporter <- new("ReporterIons",
+                    description="an example",
+                    name="my reporter ions",
+                    reporterNames=c("myrep1","myrep2"),
+                    mz=c(121,122),
+                    col=c("red","blue"),
+                    width=0.05)
> newReporter
Object of class "ReporterIons"
my reporter ions: 'an example' with 2 reporter ions
 - 121 +/- 0.05 (red)
 - 122 +/- 0.05 (blue)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>