coi5p: Build a coi5p object from a DNA sequence string.
Description
Build a coi5p object from a DNA sequence string.
Usage
coi5p(x = character(), name = character())
Arguments
x
a nucleotide string.
Valid characters within the nucleotide string are: a,t,g,c,-,n.
The nucleotide string can be input as upper case, but will be automatically converted to lower case.
name
an optional character string. Identifier for the sequence.