Gene#
- class pyaragorn.Gene#
A gene identified by ARAGORN.
- sequence()#
Retrieve the full sequence of the RNA gene.
- begin#
The sequence coordinate at which the gene begins.
Hint
This coordinate is 1-based, inclusive. To use it to index a Python array or string, subtract one.
- Type:
- end#
The sequence coordinate at which the gene end.
Hint
This coordinate is 1-based, inclusive. To use it to index a Python array or string, subtract one.
- Type: