Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nanoplotter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoplotter

Plotting functions of Oxford Nanopore sequencing data

  • 1.10.0
  • PyPI
  • Socket score

Maintainers
1

nanoplotter

This module provides functions for plotting data extracted from Oxford Nanopore sequencing reads and alignments, but some of it's functions can also be used for other applications.

Twitter URL install with conda Build Status

FUNCTIONS

  • Check if a specified color is a valid matplotlib color checkvalidColor(color)
  • Check if a specified output format is valid checkvalidFormat(format)
  • Create a bivariate plot with dots, hexbins and/or kernel density estimates. Also arguments for specifying axis names, color and xlim/ylim. scatter(x, y, names, path, color, format, plots, stat=None, log=False, minvalx=0, minvaly=0)
  • Create cumulative yield plot and evaluate read length and quality over time timePlots(df, path, color, format)
  • Create length distribution histogram and density curve lengthPlots(array, name, path, n50, color, format, log=False)
  • Create flowcell physical layout in numpy array makeLayout()
  • Present the activity (number of reads) per channel on the flowcell as a heatmap spatialHeatmap(array, title, path, color, format)

INSTALLATION

pip install nanoplotter

or
install with conda

conda install -c bioconda nanoplotter

CITATION

If you use this tool, please consider citing our publication.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc