Closed ifokkema closed 1 year ago
Yes, housekeeping genes differ per qPCR experiment and are chosen by the user! So indeed, the housekeeping genes should be provided in a similar (or the same) way as the 'number of PCR cycles' is provided in the 'Transpose' script.
I didn't know exactly how this should look like in my code, that's why I left it like this. I will change it tomorrow
OK, cool! The most common method is to use command-line arguments for this; this allows both local users and the web wrapper to provide the information needed.
Fixed with 1bc0fdef1c01ff132cd71d0a63c702ad747ea122.
Q: Should housekeeping genes be configurable?
I'm not 100% sure anymore, but I think I remember that you mentioned that the housekeeping genes should be configurable. If so, this code should be adapted to take these genes as arguments at runtime or from the input file through some method. https://github.com/bjbvoesenek/qPCR-analysis/blob/2b49bf13fba765547933ca3be6fe03b8499e2478/qpcr_analysis.py#L7-L9
If I remember wrong, feel free to close this issue.