Semi-automated Sanger sequence analysis for transformation verification.
Project description
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.6 or later installed you can easily
$ pip install sanger-sequencing
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_verification 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).
You can find the complete documentation at: https://sanger-sequencing.readthedocs.io.
Copyright
Copyright (c) 2018 Novo Nordisk Foundation Center for Biosustainability, Technical University Denmark licensed under the Apache License, Version 2.0
Credits
This package was created using cookiecutter and the DD-DeCaF/cookiecutter-decaf-python project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sanger-sequencing-0.1.0.tar.gz
.
File metadata
- Download URL: sanger-sequencing-0.1.0.tar.gz
- Upload date:
- Size: 35.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44c43993b332ef7a5dae4223f0d307f24fa4e0a3c20193a3e915fa9f3d9d119b |
|
MD5 | da250ce75a5ace4e37e90d21ec5ccf67 |
|
BLAKE2b-256 | ccf1bd195eeb7d58e35509249624bd55d095bc805a4edbb4771163a894810d39 |
File details
Details for the file sanger_sequencing-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: sanger_sequencing-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6314574ee4bff2369ebf842a337a015a1dfc266f09341b042c2dd74b1330f7ec |
|
MD5 | 15e6b7737d0417308f90140b9c3bd10f |
|
BLAKE2b-256 | 5938f7643f960154b3d523017548558eece8347d7db9aafc2edf5947f2fcbe6e |