exportIdent | R Documentation |
Export all MS2 identifications (hits) into a csv file.
exportIdent(struct, id, file) ## S4 method for signature 'RHermesExp,numeric,character' exportIdent(struct, id, file)
struct |
An RHermesExp object |
id |
The id of the RHermesMS2Exp object. |
file |
Name assigned to the csv file. |
Returns nothing, but generates a csv file with the exported identifications
Roger Gine
if(FALSE){exportIdent(struct, 1, "identifications.csv")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.