Biobrary is a python library, which contain data and methods for biological computation.
- ete3 pyqt5 is needed by ete3. you maybe need install it manually.
-
using pip
pip install biobrary --user -
manally install
git clone https://github.com/benjaminfang/biobrary.git
cd biobrary
mv biobrary PYTHONPATH
where PYTHONPATH is python library searching path.
import biobrary
dir(biobrary)
-
biopaser
- Fasta_parser
class for fasta file. - Gff_parser
class for gff file.
- Fasta_parser
-
biocondon
- CODON_AA
python dictionary of codon and amino acids. - base_complement
- start_codon
- stop_codon
- CODON_AA
-
amino_acids_mw
-
CircleNode
class for phylogenic tree traverse and operations. And divide tree to circle node according to phylogenic distance.