Table of Contents
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.
Scripts are comatable with Python 3.9.14+, Pandas 1.5.1+, Biopython 1.79+.
conda install pythonconda install pandasconda install -c conda-forge biopythonFile 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.
Printed output can be saved using CL command $ script.py > output.txt. Unhash df output for troubleshooting.
- Continued development of codon analysis script.