accessions {MSnID} | R Documentation |
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
.
accessions(object, ...) proteins(object, ...)
object |
An instance of class "MSnID". |
... |
ignored parameters |
Non-redundant list of accession (protein) identifiers.
Vladislav A Petyuk vladislav.petyuk@pnnl.gov
data(c_elegans) head(accessions(msnidObj)) head(proteins(msnidObj))