id.features: Features Related to the Protein Entry

View source: R/getseq.R

id.featuresR Documentation

Features Related to the Protein Entry

Description

Obtains features related to the provided id.

Usage

id.features(id, features = "")

Arguments

id

the UniProt identifier of the protein of interest.

features

a string identifying the features (comma separated) to be recovered.

Details

By default the the function provides info regarding the following features: id, reviewed, entry name and organism. If wished, this list of features can be expanded using the argument 'features'. There is a large list of features that can be retrieved. You can look up your relevant feature's name in the full list of UniProtKB found at https://www.uniprot.org/help/return_fields.

Value

Returns a named list with the requested features.

Author(s)

Juan Carlos Aledo

See Also

species.mapping()

Examples

## Not run: id.features('P04406', features = 'ec,keyword,xref_pdb')

ptm documentation built on Aug. 7, 2022, 5:05 p.m.

Related to id.features in ptm...