clj-biosequence.alphabet

alphabet-is-protein

(alphabet-is-protein alphabet)
Returns true if alphabet is a protein alphabet.

alphabet?

(alphabet? k)

codon->aa

(codon->aa lst table)
Takes a seq of three chars representing nucleic acid residues and
returns a char representing the encoded amino acid.

codon-tables

get-alphabet

(get-alphabet k)
Takes a keyword and returns the corresponding alphabet hash.

iupacAminoAcids

iupacNucleicAcids

revcom

(revcom v)
Takes a seq of chars representing nucleic acids and returns a
vector of the reverse complement.

signalpAminoAcids