Biobrary is a python library, which contain data and methods for biological computation.
- ete3
- 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)
-
bioparse
-
FASTA
class for fasta file.
-
GTF
class for gtf file.
-
-
tree
-
CircleNode
class for phylogenic tree traverse and operations. And divide tree to circle node according to phylogenic distance.
-