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.