Learn R Programming

ptm (version 1.0.1)

aa.at: Residue Found at the Requested Position

Description

Returns the residue found at the requested position.

Usage

aa.at(at, target, uniprot = TRUE)

Value

Returns a single character representing the residue found at the indicated position in the indicated protein.

Arguments

at

the position in the primary structure of the protein.

target

a character string specifying the UniProt ID of the protein of interest or, alternatively, the sequence of that protein.

uniprot

logical, if TRUE the argument 'target' should be an ID.

Author

Juan Carlos Aledo

Details

Please, note that when uniprot is set to FALSE, target can be the string returned by a suitable function, such as get.seq or other.

See Also

is.at(), aa.comp()

Examples

Run this code
if (FALSE) aa.at(28, 'P01009')

Run the code above in your browser using DataLab