View source: R/annotation_plots.R
createSeqPanelPattern | R Documentation |
Create sequence panel for RiboCrypt
createSeqPanelPattern(
sequence,
start_codons = "ATG",
stop_codons = c("TAA", "TAG", "TGA"),
frame = 1,
custom_motif = NULL
)
start_codons |
character vector, default "ATG" |
stop_codons |
character vector, default c("TAA", "TAG", "TGA") |
custom_motif |
character vector, default NULL. |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.