TRNAGene#
- class pyaragorn.TRNAGene(Gene)#
A transfer RNA (tRNA) gene.
- sequence()#
Retrieve the full sequence of the RNA gene.
- amino_acid#
The 3-letter amino-acid(s) for this gene.
Hint
If the anticodon loop contains 6 or 8 bases,
???is returned.- Type:
- amino_acids#
All possible 3-letter amino-acids for this gene.
Hint
If the anticodon loop contains 6 or 8 bases, a tuple of two amino-acid is returned, otherwise a tuple with a single element is returned.
- 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: