R/TMT7.R

 TMT7 <- new("ReporterIons",
             description = "6-plex TMT tags and reporter + balance group",
             name = "TMT7", reporterNames = c("TMT7.126", "TMT7.127",
                                              "TMT7.128", "TMT7.129",
                                              "TMT7.130", "TMT7.131",
                                              "TMT7.230"),
             mz = c(126.127725, 127.131079, 128.134433, 129.137787,
                    130.141141, 131.138176, 230.17),
             col = c("red", "purple", "blue", "steelblue", "green",
                     "yellow", "grey"),
             width = 0.05)


TMT7b <- new("ReporterIons",
             description = "6-plex TMT tags and reporter + balance group",
             name = "TMT7", reporterNames = c("TMT7.126", "TMT7.127",
                                              "TMT7.128", "TMT7.129", "TMT7.130",
                                              "TMT7.131", "TMT7.230"),
             mz = c(126.127725, 127.124760, 128.134433, 129.131468,
                    130.141141, 131.138176, 230.17),
             col = c("red", "purple", "blue", "steelblue", "green",
                     "yellow", "grey"),
             width = 0.05)

Try the MSnbase package in your browser

Any scripts or data that you put into this service are public.

MSnbase documentation built on Jan. 23, 2021, 2 a.m.