Coder Social home page Coder Social logo

sanger-sequencing's Introduction

Sanger Sequence Analysis

Current PyPI Version Supported Python Versions Apache Software License Version 2.0 Code of Conduct Travis CI AppVeyor Codecov Black Documentation Status

Semi-automated Sanger sequence analysis for plasmid verification.

This package is the result of an internal hackathon at the Novo Nordisk Foundation Center for Biosustainability and represents our approach to improving the workflow of geneticists who need to verify plasmid constructs by Sanger sequencing.

Getting Started

From a Python environment that has Python 3.7 or later installed you can easily

$ pip install sanger-sequencing[analysis]

or use pip3 depending on your environment.

When you import the package, two main components are made available to you: a configuration class that you can instantiate to set some global configuration values and a high level analysis interface.

import sanger_sequencing

config = sanger_sequencing.Configuration()
print(config.threshold)
print(config.output)

You can read more about the meaning of those attributes in the configuration documentation. The main entry point for doing any kind of analysis is the sanger_report function. This function requires three arguments: a template table of what to analyze, a mapping from plasmid identifiers to their sequence records (typically coming from Genbank files), and a mapping from sample identifiers to sequence records (.ab1 files).

from sanger_sequencing.api import sanger_report

You can find the complete documentation at: https://sanger-sequencing.readthedocs.io.

Copyright

  • Copyright © 2018-2020, Novo Nordisk Foundation Center for Biosustainability, Technical University of Denmark.
  • Free software distributed under the Apache Software License 2.0.

sanger-sequencing's People

Contributors

midnighter avatar melanie-m avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.