Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahHenrikKleinschmidt committed Feb 3, 2022
2 parents e0631f4 + b5151b7 commit 58104a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# qpcr
# <img src="https://user-images.githubusercontent.com/89252165/152382559-0983a05a-af31-49e6-a06f-15b26359e3df.svg" width="30"> qpcr

### A python module to analyse qPCR data on single-datasets or high-throughput


This project presents a python module designed to facilitate the analysis of qPCR data through established `Delta-Delta-Ct` analysis. To that end, this module provides a set of processing classes that may be assembled into a fully-fledged analysis pipeline, starting from raw `Ct` values stored in `csv` files all the way to finished visualisations of the results.

User-friendliness and quick and easy workflows were of primary concern during development, so that this module is suitable for both non-experienced users as well as veteran coders. Virtually all steps within the analysis workflow are customizible to allow a streamlined analysis of any given dataset.
Expand Down

0 comments on commit 58104a7

Please sign in to comment.