This function extracts simetric k-mers around prolines

getKmer(sequence, id, kmer)

Arguments

sequence

protein sequence in the form of a string

id

protein id in the form of a string

kmer

number of amino acids to retain on each side

Value

A matrix with extracted kmers

Note

This is an internal function used inside predict_hyp

See also