Description Usage Arguments Details Value Author(s) References See Also Examples
Create traML objects, and add segments describing the parameters for tandem MS spectra.
1 2 3 4 5 | beginTraml()
addTargetSegment(traml, MSmode = c("positive", "negative"), MSMSManual_ListCollisionEnergy = 15, MSMSManual_ListIsolationWidth = 8)
endTraml(traml)
|
traml |
An traML XML document |
MSmode |
Polarity of the requested tandem MS segment |
MSMSManual_ListCollisionEnergy |
Specify the collision energy to use |
MSMSManual_ListIsolationWidth |
Specify the isolation width to use |
Currently will add a predefined segment.
Return an XML document with a new segment
Steffen Neumann
http://www.psidev.info/index.php?q=node/405
beginTraml, endTraml, picklist2traml
1 2 3 4 | traml <- NULL
traml <- beginTraml()
traml <- addTargetSegment(traml)
traml <- endTraml(traml)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.