snystrom / parseQuantStudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parseQuantStudio.py

Author: Spencer Nystrom

Takes excel file output & plots CT, amplification curve, & melt-curve data.

Also provides library (using import) for working interactively with QuantStudio output files

Importing as library:

For use inside another python script / jupyter notebook add the following to your header:

import sys
sys.path.append('path/to/parseQuantStudio')
from parseQuantStudio import *

About

License:MIT License


Languages

Language:Python 100.0%