Learn R Programming

SeedMatchR (version 1.1.1)

plot_seeds: Plot the Guide Strand with different optional seeds

Description

Plot the Guide Strand with different optional seeds

Usage

plot_seeds(guide.seq)

Value

A msaggplot of the guide sequence in addition to the available seed sequences

Arguments

guide.seq

Guide a.k.a anti-sense sequence oriented 5' > 3'. Sequence must be greater than 8 bp.

Examples

Run this code
library(msa)

# Ttr siRNA sequence
guide.seq = "UUAUAGAGCAAGAACACUGUUUU"

# generate seed plot
plotted.seeds = plot_seeds(guide.seq)

Run the code above in your browser using DataLab