Skip to content

Python package to analyze and plot saturation mutagenesis data

License

Notifications You must be signed in to change notification settings

cheog/mutagenesis_visualization

 
 

Repository files navigation

Mutagenesis Visualization

Maintenance Documentation Status Build Status codecov PyPI version License: GPL v3 Binder

Overview

Mutagenesis_visualization is a Python package aimed to generate publication-quality figures for site-saturation mutagenesis datasets.

The package main focus is to perform the statistical analysis and visualization steps of your pipeline, but it additionally offers tools to calculate enrichment scores from FASTQ files.

Key Features

  • Calculate enrichment scores from FASTQ files, allowing for different ways of data processing and normalization.
  • Produce publication-quality heatmaps from enrichment scores as well as a wide range of visualization plots.
  • Principal component analysis (PCA), hierarchical clustering and receiver operating characteristic (ROC) curve tools.
  • Map enrichment scores effortlessly onto a PDB structure using Pymol. Structural properties such as SASA, B-factor or atom coordinates can be extracted from the PDB and visualized using a built-in method.

Workflow

Workflow

Installation

Mutagenesis Visualization can be installed from PyPI by executing:

pip install mutagenesis_visualization

If you prefer to install from Github, use:

pip install git+https://github.com/fhidalgor/mutagenesis_visualization

Documentation

You can find the documentation here.

Tutorial

There are 7 jupyter notebooks in the folder mutagenesis_visualization/tutorial that go through the basics on how to use the software. You can play with them online via mybinder without having to download anything.

About

Python package to analyze and plot saturation mutagenesis data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.6%
  • Jupyter Notebook 19.3%
  • Python 7.1%