Giter VIP home page Giter VIP logo

spine's Introduction

SPINE: Saturated Programmable INsertion Engineering

Protein domain insertion via programmed oligo libraries

Python script for generating oligo libraries and PCR primers for programmed domain insertion

Python Dependencies

biopython
numpy

Data Formats

Targeted genes must be in fasta format and include a minimum of 30 bases surrounding gene. Entire plasmid sequence is advised to search for nonspecific amplification
Final output is fasta format. One file for oligo pools and one file for PCR primers

Position arguments

Gene start is defined as base number of first base in first codon and gene end is defined as base number of last base in last codon. (Program will subtract 1 from gene start for python numbering)

To define gene position within given fasta file, add start:# end:# to fasta description. (Otherwise use command line prompts)
'>geneA start:11 end:40'

Running Test

Domain Insertion Scanning python3 run_spine.py -wDir tests -geneFile combined_fasta.fa -oligoLen 230

Deep Mutational Scanning python3 run_spine.py -wDir tests -geneFile Kir.fa -DMS -oligoLen 230 -usage ecoli

Usage

optional arguments:
-h, --help                 show this help message and exit
-wDir WDIR                 Working directory for fasta files and output folder
-geneFile GENEFILE         Input all gene sequences including backbone in a fasta
                           format. Place all in one fasta file. Name description
                           can include start and end points (>gene1 start:1
                           end:2)
-handle HANDLE             Genetic handle for domain insertion
-matchSequences            Find similar sequences between genes to avoid printing
                           the same oligos multiple times. Default: No matching
-oligoLen OLIGOLEN         Synthesized oligo length
-fragmentLen FRAGMENTLEN   Maximum length of gene fragment
-DIS                       Run deep insertion scan
-DMS                       Run deep mutation scan
-usage USAGE               Default is "human". Or select "ecoli"

spine's People

Contributors

calbect avatar iaincambeul 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.