validMs1Settings | R Documentation |
These functions list settings for MS1 or TMS2 that are supported by Thermo's XmlMethodChanger.
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/...
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.