Skip to content

yoshihikosuzuki/bits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI

BITS: miscellaneous BioInformatics ToolS

Basically bioinformatics-related, reusable Python3 codes as a package.

How to install

via PyPI

pip install bits-yoshi

via cloning repository

git clone https://github.com/yoshihikosuzuki/bits
cd bits
pip install .

To run unit tests,

python -m unittest

Optional requirements

If you use bits.seq.load_fast[a|q] with range= option,

If you use bits.seq.DotPlot,

If you use bits.seq.load_db etc.,

How to use

BITS has two submodules:

  • bits.seq for DNA sequence manipulations, and
  • bits.util for other, general purposes in Python programming.

Import and use any function/class as follows:

import bits.seq as bs

print(bs.revcomp_seq('aactg'))
> cagtt

About

BITS: miscellaneous BioInformatics ToolS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages