Giter Club home page Giter Club logo

dna-melt-analysis's Introduction

DNA-melt-analysis

Introduction

This software helps to automate analysis of UV melting curves. It currently has the following functionalities:

  • Easy pooling of data from different files and querying data by name
  • Automatic or manual baseline correction
  • Primer melting temperature (Tm) determination
  • Rendering of Absorbance and Fraction Folded plots, with custom experiment labels, colors and markers
  • Export to Excel workbook

Setup

pip3 install -r requirements.txt

Data

The csv data should be in the following format:

Sample1Name,,Sample2Name,,Sample3Name,
Temperature,Abs,Temperature,Abs,Temperature,Abs
10.0,0.45,10.0,0.55,10.0,0.45
...

See example data.

How to run

The following command will run the example configuration: python3 src/main.py config.txt.example

When prompted (e. g. when a plotting operation was selected) to select experiments, a list of experiments prefixed with their IDs will appear. The following select queries are supported:

  • comma separated list of experiment IDs to plot
  • an ID range to plot, e. g. 0-5
  • searching by experiment name: query f=text1,text2 will select all experiments that contain string text1 AND string text2

dna-melt-analysis's People

Contributors

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