The functions rTParam()
and rTTaxo()
instantiate S3
object of respective class 'rTParam' and 'rTTaxo', while
setParamValue()
helps set the value of a given parameter in an
existing rTParam object. 'rTParam' and 'rTTaxo' are
data.frame specifically structured to be used by the other functions of
the rTANDEM package. rTResult
is an S4 class structured to hold
the results of the analysis.
1 2 3 |
param |
A rTParam object. |
category |
The category of an x!tandem full parameter. For example 'output' in "output, histograms" or 'protein' in "protein, cleavage site". |
parameter |
The specific parameter of an x!tandem full parameter. For example, 'histograms' in "output, histograms", or 'cleavage site' in "protein, cleavage site". |
value |
The value to be assigned to the full parameter of the rTParam object. |
taxon |
An optional string or vector containing the name(s) of the taxa corresponding to the database files, for example, 'yeast' or 'Homo sapiens'. |
format |
An optional string or vector containing the types of the database files: 'peptide', 'saps', 'mods' or 'spectrum'. |
URL |
An optional string of vector containing the paths of the database files. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.