Learn R Programming

sequences (version 0.5.9)

DnaSeq-class: Class "DnaSeq" and "RnaSeq"

Description

The DnaSeq and RnaSeq are instances of the virtual GenericSeq class for "DNA" and "RNA" respectively. Their alphabets are defined accordingly.

Arguments

Objects from the Class

Instance of DnaSeq and RnaSeq can be created by reading fasta files using the readFasta function.

Slots

See the GenericSeq class for details about the generic slots and methods.

Extends

Class GenericSeq, directly.

See Also

See also the GenericSeq virutal class.

Examples

Run this code
data("dnaseq")
dnaseq
rnaseq <- transcribe(dnaseq)
rnaseq

Run the code above in your browser using DataLab