From b5151b79e78d7e5c61ef9d0a328e14ac7d0bdd09 Mon Sep 17 00:00:00 2001 From: NoahHenrikKleinschmidt <89252165+NoahHenrikKleinschmidt@users.noreply.github.com> Date: Thu, 3 Feb 2022 17:21:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc1f54..f4533f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# qpcr +# 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.