qpcr - a python module for easy and versatile qPCR data analysis for small-scale datasets and high-throughput
Description
This is the second release of qpcr and a major update.
The code has been extensively refactored, while the general end-user usability has remained virtually unchanged.
The qpcr.Assay object takes up a much more prominent role within the code, and receiving new functionalities to
allow easier use. Additionaly, a number of completely new features have been introduced that greatly expand qpcr's capacities.
The new qpcr.Readers submodule now specifies dedicated Reader classes that are able to read and extract data from csv and excel files that contain a single or multiple qPCR assays. To read such "irregular" datafiles, these Readers make use of the also newly added qpcr.Parsers that parse and extract data using numpy.
A new central hub for data reading has been introduced in the form of the qpcr.DataReader which replaces the old SampleReader.
Information about the groups of replicates can now be automatically inferred by a qpcr.Assay object provided that all replicates of a group share the same replicate identifier. If this is the case, also the group names are automatically inferred. Nevertheless, replicates can still be manually provided. To further ease manual replicate settings for large numbers of irregular group sizes a new "formula" method was added to avoid having to specify a long tuple manually.
Two new pipelines have been introduced, called Blueprint and ddCt. The Blueprint pipeline allows access to the same workflow as the BasicPlus pipeline but also allows customisation of the Analyser, Reader, and Normaliser that is used. The ddCt pipeline on the other hand does not work directly with datafiles but requires qpcr.Assay objects directly. This is especially powerful when reading data from a mulit-assay file, which are currently not supported by Basic-style pipelines (including Blueprint).
The qpcr.Analyser now natively supports using the mean of the reference group and will not require an externally computed value to achieve this. Furthermore, a user-defined function can now also be set as anchor to compute a custom anchor.
Also a bug that rendered the "grouped" anchor non-functional was fixed.
nan policy
qpcr.Filters used to crash when encountering an all-nan group of replicates. This can now be suppressed.
Interactive PreviewResults figures now support padding between subplots. Also, the default style of static PreviewResults figures was changed.
7. Big FixesSome more bugs were fixed as they noticed.
Notes
Files
NoahHenrikKleinschmidt/qpcr-v3.1.0.zip
Files
(971.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:dcd0e9bd6865266bacd0dbe90475f273
|
971.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/NoahHenrikKleinschmidt/qpcr/tree/v3.1.0 (URL)