renumber_logo_seq_breaks | R Documentation |
This is a helper function used in plot_bits_logo()
and plot_JSD_logo()
.
renumber_logo_seq_breaks(
seq,
lowercase_spacer = 5,
uppercase_spacer = 10,
uppercase_adjustment
)
seq |
A character vector with UPPER and lower cases |
lowercase_spacer |
An integer indicating the distance between the label numbers in the lowercase sequence. |
uppercase_spacer |
An integer indicating the distance between the label numbers in the uppercase sequence. |
uppercase_adjustment |
An integer defining the actual length of the region in the coord2seq.sh script. If the upper-case region has been trimmed upstream (e.g. -u -39) this parameter corrects the X-axis numbering to match the real length before trimming. Can be omitted. |
A list the best breaks and labels
If proving a non-integer number for *case_spacer
parameters it will be rounded up to the closer integer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.