A library for biological computing works
Project description
Biobrary
Introduction
Biobrary is a python library, which contain data and methods for biological computation.
Requirement
- ete3
Install
- 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.
Usage
import biobrary
dir(biobrary)
Data and Method
-
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.
-
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
biobrary-0.2.2.tar.gz
(16.0 kB
view hashes)
Built Distribution
biobrary-0.2.2-py3-none-any.whl
(17.0 kB
view hashes)