sequences (version 0.5.9)

GenericSeq-class: Class "GenericSeq"

Description

This virtual class defines a generic sequence object composed by an identifier, a sequence and an alphabet that defines the letters of the sequence. A set of accessor methods and setters are described below.

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

See Also

See DnaSeq and RnaSeq classes for examples of subclasses and readFasta on how to create instances.

Examples

Run this code
showClass("GenericSeq")

Run the code above in your browser using DataLab