plot_start_stop_codons: plot_potential_starts_and_stops

Description Usage Arguments Examples

View source: R/plot_starts_and_stops.R

Description

From Coghlan (2011) A little book of R for bioinformatics. https://a-little-book-of-r-for-bioinformatics.readthedocs.io/en/latest/src/chapter7.html Function original named plotPotentialStartsAndStops()

Usage

1

Arguments

sq

sequence to analyze and plot

Examples

1
2
3
4
5
6
7
# Toy Example sequence from Coghlan 2011
s1 <- "aaaatgcagtaacccatgccc"
plot_start_stop_codons(s1)

# Dengue virus example from Coghlan 2011
data(dengueseqstartstring)
plot_start_stop_codons(dengueseqstartstring)

brouwern/compbio4all documentation built on Dec. 19, 2021, 11:47 a.m.