Learn R Programming

ptm (version 0.2.2)

id.features: 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.

Value

Returns a named list with the requested features.

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 larga 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/uniprotkb_column_names.

See Also

species.mapping()

Examples

Run this code
# NOT RUN {
id.features('P04406', features = 'ec,keywords,database(PDB)')
# }

Run the code above in your browser using DataLab