a tool to generate composition-matched background sequence sets
A detailed documentation is available in different formats: HTML | PDF | ePUB
BiasAway is available on Bioconda for installation via conda.
conda install -c bioconda biasawayBiasAway is also available on PyPi for installation via pip.
pip install biasawayBiasAway is developed in Python and Python packages biopython and numpy. Both pip and conda will install these dependencies and you are ready to use BiasAway. It is tested with Python versions 3.4, 3.5, 3.6, and 3.7.
You can install a development version by using git from bitbucket.
If you have git installed, use this:
git clone https://bitbucket.org/CBGR/biasaway.git
cd biasaway
python setup.py sdist installOnce you have installed biasaway, you can type:
biasaway --helpThis will show the main help, which lists the four subcommands/modules: k, w, g, and c.
usage: biasaway <subcommand> [options]
positional arguments <subcommand>: {k,w,g,c}
List of subcommands
k k-mer shuffling generator
w k-mer shuffling within a sliding window generator
g %GC distribution-based background chooser
c GC distribution and %GC composition within a sliding window background chooser
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exitAnd to view the help for the six subcommands k, w, g, and c type:
biasaway k --help
biasaway w --help
biasaway g --help
biasaway c --helpBiasAway web-server is freely available at: http://biasaway.uio.no
If you have questions, or found any bug in the program, please write to us at azizk[at]uio.no or anthony.mathelier[at]ncmm.uio.no