powered by
Returns the residue found at the requested position.
aa.at(at, target, uniprot = TRUE)
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.
Returns a single character representing the residue found at the indicated position in the indicated protein.
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(), renum.pdb(), renum.meto(), renum(), aa.comp()
# NOT RUN { aa.at(28, 'P01009') aa.at(at = 80, target = get.seq('P00004', 'metosite'), uniprot = FALSE) # }
Run the code above in your browser using DataLab