| createSeqPanel {RiboCrypt} | R Documentation |
Create sequence panel for RiboCrypt
createSeqPanel(
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