Object Model (pyncbitk.objects)#
General (pyncbitk.objects.general)#
Sequence (pyncbitk.objects.seq)#
A biological sequence. |
Sequence Instance (pyncbitk.objects.seqinst)#
Abstract base class for declaring the contents of a sequence. |
|
An instance corresponding to a sequence with no data. |
|
An instance corresponding to a single continuous sequence. |
|
An instance corresponding to a segmented sequence. |
|
An instance corresponding to a constructed sequence. |
|
An instance corresponding to a reference to another sequence. |
|
An instance corresponding to a consensus sequence. |
|
An instance corresponding to an ordered mapping. |
|
An instance corresponding to changed applied to other sequences. |
Sequence Data (pyncbitk.objects.seqdata)#
An abstract base storage of sequence data. |
|
An abstract base storage of amino-acid sequence data. |
|
An abstract base storage of nucleotide sequence data. |
|
Nucleotide sequence data stored as a IUPAC nucleotide string. |
|
Nucleotide sequence data stored with 2-bit encoding. |
|
Nucleotide sequence data stored with 4-bit encoding. |
|
Nucleotide sequence data storing probabilities for each position. |
|
Nucleotide sequence data stored in a IUPAC-UBI amino-acid string. |
|
Amino-acid sequence data with support for modified residues. |
|
Amino-acid sequence data storing an NCBI-extended string. |
|
Amino-acid sequence data storing probabilities for each position. |
|
Amino-acid sequence data stored as ordinal encoding. |
|
A virtual sequence data storage representing a gap. |
Sequence Identifier (pyncbitk.objects.seqid)#
An abstract base class for defining a sequence identifier. |
|
A local identifier for naming privately maintained data. |
|
A sequence identifier from the NCBI Reference Sequence project. |
|
A sequence identifier from the NCBI GenBank database. |
|
A sequence identifier from the Protein Data Bank. |
|
A sequence identifier from a database. |
|
A sequence identifier for other databases. |
|
A text identifier. |
Sequence Description (pyncbitk.objects.seqdesc)#
An abstract base storage of sequence description. |
|
A description storing the name of a sequence. |
|
A description storing the title of a sequence. |
|
A set of sequence descriptions. |
Sequence Location (pyncbitk.objects.seqloc)#
An abstract base class for defining a location in a |
|
A region of unknown length for which no data exists. |
|
A gap of unknown size inside an alignment. |
|
A reference to an entire |
|
A reference to an interval on a |
|
A reference to a series of intervals on a |
|
A reference to a single point on a |
|
A reference to a series of points on a |
|
An arbitrarily complex location. |
|
A set of equivalent locations. |
|
A chemical bond between two residues. |
|
A location indirectly referenced through a feature. |
Sequence Alignments (pyncbitk.objects.seqalign)#
A sequence alignment, mapping the coordinates of a |
|
A global alignment over the complete lengths of several |
|
A set of sequence alignments. |
|