Skip to content

ASU-Lim-Lab/Absolute-Q

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

QuantStudio Absolute Q Digital PCR

Scripts
Fluoresence analysis »
Codon analysis »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Fluoresence Analysis
  4. Codon Analysis
  5. Roadmap
  6. Contributors

About The Project

This repository contains files associated with projects involving the QuantStudio Absolute Q Digital PCR. Current efforts involve detection of SARS-CoV-2 spike mutations that enable mAb resistance.

(back to top)

Getting Started

Scripts are comatable with Python 3.9.14+, Pandas 1.5.1+, Biopython 1.79+.

Prerequisites

  • Python
  • Pandas
  • Biopython

Installation

conda install python
conda install pandas
conda install -c conda-forge biopython

(back to top)

Fluoresence Analysis

File name formating should be consistant with the sample csv files. (eg. BT01_143_01_01_F.csv) Information separated by underscore include test number (BT01), probe locaiton (143), batch number (01), sample number (01) and specific probe (F) ID. All formatted csv files should reside in the same directory before running script.

(back to top)

Codon Analysis

Printed output can be saved using CL command $ script.py > output.txt. Unhash df output for troubleshooting.

(back to top)

Roadmap

  • Continued development of codon analysis script.

Open issues

(back to top)

Contributors


(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages