powered by
Returns the residue found at the requested position.
aa.at(at, target, uniprot = TRUE)
Returns a single character representing the residue found at the indicated position in the indicated protein.
the position in the primary structure of the protein.
a character string specifying the UniProt ID of the protein of interest or, alternatively, the sequence of that protein.
logical, if TRUE the argument 'target' should be an ID.
Juan Carlos Aledo
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.
is.at(), aa.comp()
if (FALSE) aa.at(28, 'P01009')
Run the code above in your browser using DataLab