aa.at: Residue Found at the Requested Position

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/aa.R

Description

Returns the residue found at the requested position.

Usage

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

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' shoud be an ID.

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.

Value

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

Author(s)

Juan Carlos Aledo

See Also

is.at(), renum.pdb(), renum.meto(), renum()

Examples

1
2
aa.at(28, 'P01009')
aa.at(at = 80, target = get.seq('P00004', 'metosite'), uniprot = FALSE)

jcaledo/ptm_0.1.1 documentation built on April 4, 2020, 3:48 a.m.