exportIdent: exportIdent

exportIdentR Documentation

exportIdent

Description

Export all MS2 identifications (hits) into a csv file.

Usage

exportIdent(struct, id, file)

## S4 method for signature 'RHermesExp,numeric,character'
exportIdent(struct, id, file)

Arguments

struct

An RHermesExp object

id

The id of the RHermesMS2Exp object.

file

Name assigned to the csv file.

Value

Returns nothing, but generates a csv file with the exported identifications

Author(s)

Roger Gine

Examples


if(FALSE){exportIdent(struct, 1, "identifications.csv")}

RogerGinBer/RHermes documentation built on Nov. 6, 2022, 11:34 a.m.