plot_seeds | R Documentation |
Plot the Guide Strand with different optional seeds
plot_seeds(guide.seq)
guide.seq |
Guide a.k.a anti-sense sequence oriented 5' > 3'. Sequence must be greater than 8 bp. |
A msaggplot of the guide sequence in addition to the available seed sequences
library(msa)
# Ttr siRNA sequence
guide.seq = "UUAUAGAGCAAGAACACUGUUUU"
# generate seed plot
plotted.seeds = plot_seeds(guide.seq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.