find_ORFs_in_seq: Find potential open reading frames (ORFs) in a DNA sequence.

Description Usage Arguments Examples

View source: R/find_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/. Originally called findORFsinSeq()

Usage

1

Arguments

sq

Input sequence

Examples

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

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

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