Description Usage Arguments Value Examples
These functions list settings for MS1 or TMS2 that are supported by Thermo's XmlMethodChanger.
1 2 3 4 5 6 7 | validMs1Settings(family = "Calcium", version = "3.2")
validTms2Settings(
type = c("All", "TMS2", "ETD", "CID", "HCD", "UVPD"),
family = "Calcium",
version = "3.2"
)
|
family |
|
version |
|
type |
|
matrix
with three columns:
name: element name
class: expected R class of the value
type: MS/ActivationType, e.g. MS1/TMS2/ETD/...
1 2 3 4 5 | validMs1Settings()
validTms2Settings()
validTms2Settings("TMS2")
validTms2Settings("ETD")
validTms2Settings(c("TMS2", "ETD"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.