Giter Club home page Giter Club logo

tilecreator's Introduction

TileCreator

TileCreator is a python script generated to automatically design primers for overlapping tiles sweeping a given transcript. It forces the location of the first forward primer at the beginning of the transcript and the last reverse primer at the end of it, extending them until achieving the desired Tm. Then, it slices the transcript according to the desired tile size, and adds reverse primers 35 nt downstream of that site and forward primers 35 upstream, also extending them until achieving the desired Tm.

It does not check for primer specificity nor primer dimers.

It is based on the original olaygo.py script found in seismic-rna by Matthew F. Allan (please check the Rouskin Lab repository).

  1. Before you start: you will need to have installed python and biopython.

  2. Input data: a fasta file with the nucleotide sequence of interest (does not recognize "U", so please use the DNA sequence with "T").

  3. Output data: the script will output a fasta file with all the pairs of primers.

  4. Usage:

python TileCreator.py input.fasta output.fasta tile_size tm

Where tile_size is the desired size for the tiles, so a number of nucleotides; and tm is the desired melting temperature (number).

Example:

python TileCreator.py mRNA.fa primers.fa 400 60

  1. Posterior analysis: seismic-rna can be used to stitch together the tiles.

TileCreatorApp

TileCreatorApp is just the addition of a user interface to TileCreator.

  1. Before you start: you will need to have installed python, biopython, ttkbootstrap and tkinter.

  2. Usage:

python TileCreatorApp.py

Then just work your way through the user interface.

Standalone TileCreatorApp

Alternatively, an standalone app can be used that requires no interaction with the command line. Only available for MacOS for the moment. Please bear in mind that it takes a long time to open, but then is works quickly.

Download from here: https://tilecreator.sourceforge.io

tilecreator's People

Contributors

fuchsw 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.