List of all members.
Detailed Description
Represents one record (line) in GFF3 file.
Constructor & Destructor Documentation
def MGT::GFF::GFF3Record::__init__ |
( |
|
self, |
|
|
|
seqid = '.' , |
|
|
|
source = '.' , |
|
|
|
type = '.' , |
|
|
|
start = 0 , |
|
|
|
end = 1 , |
|
|
|
score = '.' , |
|
|
|
strand = '.' , |
|
|
|
phase = '.' , |
|
|
|
attribs = None , |
|
|
|
kw |
|
) |
| |
Constructor.
Attributes can be passed as GFF3Attributes object through attribs argument, or
as additional keyword arguments, or both.
@param start Start of feature (zero-based, will be converted to GFF unit-based on output)
@end end of feature (zero-based, will be converted to GFF unit-based on output)
Member Function Documentation
def MGT::GFF::GFF3Record::fromSeqFeat |
( |
|
self, |
|
|
|
feat |
|
) |
| |
Pull data from Bio.SeqFeature instance
The documentation for this class was generated from the following file: