powered by
Checks if a given amino acid is at a given position.
is.at(at, target, aa = 'M', 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.
the amino acid of interest.
logical, if TRUE the argument 'target' should be an ID.
Returns a boolean. Either the residue is present at that position or not.
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.
aa.at(), renum.pdb(), renum.meto(), renum(), aa.comp()
# NOT RUN { is.at(28, 'P01009', 'Q') is.at(at = 80, target = get.seq('P00004', 'metosite'), uniprot = FALSE) # }
Run the code above in your browser using DataLab