hailingfang / biobrary

A python library for bioinformatics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A python library for bioinformatics

License:MIT License


Languages

Language:Python 99.9%Language:Makefile 0.1%