Skip to main content

bfscan is designed to detect foodborne pathogens using bloom filter and machine learning

Project description

bfscan

BFScan is a tool to scan FASTA and FASTQ files using a combination of k-mer composition, Bloom-filter and machine learning methods.

Example

1. Construction a collection of Bloom filters for targets organisms

$ bfscan-build-filters \
    -i \
        data/fasta/salmonella.fasta \
        data/fasta/listeria.fasta \
        data/fasta/campylobacter.fasta \
    -o data/filters/filter

2. Training a machine learning model

$ bfscan-build-model \
    -i \
        data/fasta/salmonella.fasta \
        data/fasta/listeria.fasta \
        data/fasta/campylobacter.fasta \
    -o data/models/model \
    -background data/fastq/metagenome.fastq \
    -r data/reports/classification_report.txt

3. Running the search

$ bfscan-search \
    -i \
        reads.fastq \
    -o data/results/filtered \
    -F fastq
``

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bfscan-0.0.3-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file bfscan-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: bfscan-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.15

File hashes

Hashes for bfscan-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f7cbde154a2ab4cb5e65f018b152bf34c49f892b6a1da4db94d8c0087cdc452b
MD5 ac8250e3be9e03ba56e608fcf56547c8
BLAKE2b-256 43b22e1adfc7921acd3f715f784dec3133805c5610051082216b11761cd25f34

See more details on using hashes here.

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