plot_ORFs_in_seq: Find and plot potential ORFs

Description Usage Arguments Examples

View source: R/plot_ORFs_in_seq.R

Description

By Coghlan (2011) A little book of R for bioinformatics. https://a-little-book-of-r-for-bioinformatics.readthedocs.io/en/latest/. This function calls find_start_stop_ORFs() thenm builds a plot of the output. Predictions are based on the standard genetic code.

Usage

1

Arguments

sq

DNA sequence

Examples

1
2
3
4
5
6
7
8
# From Coglan 2011
## Toy example
s1 <- "aaaatgcagtaacccatgccc"
plot_ORFs_in_seq(s1)

## Dengue virus example
data(dengueseqstartstring)
plot_ORFs_in_seq(dengueseqstartstring)

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