Skip to main content

Sequence Idenification using Decision tRees; a tool to classify DNA reads using machine learning models.

Project description

https://travis-ci.org/damurdock/SIDR.svg?branch=master

SIDR (pronounced: cider) is a tool to filter Next Generation Sequencing (NGS) data based on a chosen target organism. SIDR uses data fron BLAST (or similar classifiers) to train a decision tree model to classify sequence data as either belonging to the target organism, or belonging to something else. This classification can be used to filter the data for later assembly.

Note: SIDR is alpha software. Features are currently incomplete and subject to major change.

Installation

To install SIDR, clone this repository and run setup.py, or use pip to install.

pip install sidr

See the documentation for more details.

Usage

SIDR has two main modes. Default mode takes several bioinformatics files as input, and computes a decision tree based on percentage GC content and per-base sequencing coverage. To run it, use:

sidr default -d [taxdump path] -b [bamfile] -f [assembly FASTA] -r [BLAST results] -k tokeep.contigids -x toremove.contigids -t [target phylum]

Runfile mode takes a tab-delimited file of contigs, variables, and classification as input. To run it, use:

sidr runfile -i [runfile] -k tokeep.contigids -x toremove.contigids -t [target phylum]

See the documentation for more details.

TODO

  • More complete documentation

  • More unit tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SIDR-0.0.2a2.tar.gz (20.4 kB view hashes)

Uploaded Source

Built Distribution

SIDR-0.0.2a2-py2.py3-none-any.whl (13.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page