Skip to main content

Analysis of nanopore sequencing data.

Project description

Summary

This package provides tools for the analysis of raw nanopore sequencing data, including correction of basecalls and visualization.

Requirements

python Requirements:

  • python

  • numpy

  • h5py

  • rpy2

R Requirements:

  • R

  • ggplot2 (not actually enfored on install, but plotting commands will fail; install with install.packages('ggplot2') from an R prompt)

Optionally:

  • changepoint (for using R’s changepoint package for re-segmentation)

  • Biopython (for robust FASTA parsing, but a simple parser is provided)

Installation

Install nanoraw via pip

pip install nanoraw

Install bleeding edge via github

pip install git+https://github.com/marcus1487/nanoraw.git

Usage

nanoraw -h
nanoraw [command] [options]

Main comands:

  • correct: Correct annotation of raw signal with genomic aignement of existing basecalls

  • write_wiggle: Write wiggle file of genome coverage.

Plotting comands:

  • plot_signal: Plot signal across selected genomic regions.

  • plot_comparison: Plot comparison of two read groups.

  • plot_kmer: Plot signal quantiles acorss kmers.

    Get additional help for subcommands with nanoraw [command] -h

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

nanoraw-0.1.tar.gz (22.4 kB view hashes)

Uploaded Source

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