encode_one_hot {deepredeff} | R Documentation |
encode_one_hot
one-hot-encodes sequence in a string format.
encode_one_hot(sequence, max_length = 4034)
sequence |
Sequence in a string format. |
max_length |
Maximum length of sequence to encode. |
One-hot encoded sequence.
sample_seq <- "MSHMTFNTWKAGLWRLAAAAVLSLLPVVARAAVPGITGPTFDLTAQPGRANQPDGASVYSWGYGCNPRTVPGFLPSVNPLAGQ"
encoded_seq <- encode_one_hot(sample_seq)