encode_integer | R Documentation |
encode_integer
integer-encodes sequence in a string format.
encode_integer(sequence, max_length = 4034)
sequence |
Sequence in a string format. |
max_length |
Maximum length of sequence to encode. |
Integer encoded sequence.
sample_seq <- "MSHMTFNTWKAGLWRLAAAAVLSLLPVVARAAVPGITGPTFDLTAQPGRANQPDGASVYSWGYGCNPRTVPGFLPSVNPLAGQ"
encoded_seq <- encode_integer(sample_seq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.