Description Usage Arguments Details Value Examples
Predict the elemental composition of proteins and peptides
1 |
mz |
monoisotopic mass-to-charge value |
z |
charge |
fileNAME |
name of a file containing mz and z. |
nbS |
number of S-atoms |
ppm |
mass error tolerance |
alpha |
significance level |
The default value of mz, and fileNAME is NULL. However one of these parameters has to be defined in order for pacmass to work.
When mz is defined and z=NULL, it is assumed that mz is the mass of a neutral molecule.
When fileNAME is defined, the file has to be a comma-separated (csv) file, a tab-separated txt file or a tab-separated tsv file. The mass values have to be in a column with as name 'mz', the charges have to be in column with as name 'z'.
A list with the predicted elemental compositions
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.