A tool for background sequence generation
Project description
BiasAway
a tool for background DNA sequence generation
Documentation
A detailed documentation is available in different formats: HTML | PDF | ePUB
Installation
Quick installation using Conda
conda install -c bioconda biasaway
This will install all the dependencies and you are ready to use BiasAway.
Install using pip
You can install BiasAway from PyPi using pip.
Install from PyPi:
pip install biasaway
Note: If you install using pip, make sure to install BEDTools and R packages listed below.
BiasAway requires the following Python modules and R packages:
Python (v2.7): https://www.python.org
Biopython: https://biopython.org
Numpy: https://numpy.org
A quick installation using pip, you can also use conda.
pip install biopython
pip install numpy
Install BiasAway from source
You can install a development version by using git from GitHub or Bitbucket.
Install development version from Bitbucket
If you have git installed, use this:
git clone https://bitbucket.org/CBGR/biasaway.git
cd biasaway
python setup.py sdist install
Install development version from GitHub
If you have git installed, use this:
git clone https://github.com/asntech/biasaway.git
cd biasaway
python setup.py sdist install
How to use BiasAway
Once you have installed biasaway, you can type:
biasaway --help
This will show the main help, which lists the three subcommands/modules: m, f, d, w, g, and c.
usage: biasaway <subcommand> [options]
positional arguments <subcommand>:
{m,f,d,w,g,c}
List of subcommands
m mono-nucleotide shuffling generator
f mono-nucleotide shuffling within a sliding window generator
d di-nucleotide shuffling generator
w di-nucleotide 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 exit
to see the help for the three subcommands pairwise, venn and upset type:
biasaway m --help
biasaway f --help
biasaway d --help
biasaway w --help
biasaway g --help
biasaway c --help
Interactive Web App
BiasAway Web App is freely available at:
The source code for the web app is available at https://github.com/asntech/BiasAwayApp
Support
If you have questions, or found any bug in the program, please write to us at aziz.khan[at]ncmm.uio.no
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
File details
Details for the file biasaway-1.0.1.tar.gz.
File metadata
- Download URL: biasaway-1.0.1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.2.4 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/2.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
526c98fa76d2fcd3b214db199db1fb1c48e2a232bc3fed1f723e898bdf4d3dc5
|
|
| MD5 |
b636111d8b99d0bb237b73ba1b099968
|
|
| BLAKE2b-256 |
c7fb7234755a4449e3b5ac59027e63cdd5f622e47a94aaa5c7f4eca5fd747acf
|