Usage
rTParam()
setParamValue(param, category, parameter=NULL, value)
setParamDefault(param=NULL)
setParamPTMTreeSearch(param=NULL)
setParamOrbitrap(param=NULL)
setParamIonTrap(param=NULL)
setParamQuadTof05da(param=NULL)
setParamQuadTof100ppm(param=NULL)
rTTaxo(taxon=NA, format=NA, URL=NA)
addTaxon(taxonomy=NULL, taxon, format="peptide", URL)
"print"(x, ...)
Arguments
param
A parameter object of class rTParam.
x
A parameter object of class rTParam.
...
Further arguments passed to or from other methods.
category
A string representing a category of parameters (e.g. "output",
"protein").
parameter
A string representing the name of a parameter.
value
The value to give to the parameter.
taxon
A string representing the name of a taxon (e.g. "homo sapiens").
taxonomy
A taxonomy object of class rTTaxo.
format
A string representing the type of the database. The four types are:
"peptide", "saps", "mods" and "spectrum".
URL
A string representing the full path to the database file.