Learn R Programming

MSnID (version 1.6.0)

accessions: Non-redundant list of accession (protein) identifiers

Description

Returns the non-redundant list of accession (protein) identifiers from the MSnID object. Most of the times accessions and proteins have the same meaning. However, there are cases, for example use of 6-frame stop-to-stop translation as FASTA file, where the entries are called with general term accessions rather then proteins. Currently, accessions and proteins have the same meaning in MSnID.

Usage

accessions(object, ...) proteins(object, ...)

Arguments

object
An instance of class "MSnID".
...
ignored parameters

Value

Non-redundant list of accession (protein) identifiers.

See Also

peptides

Examples

Run this code
data(c_elegans)
head(accessions(msnidObj))
head(proteins(msnidObj))

Run the code above in your browser using DataLab