-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement geNorm reference gene selection method #17
Comments
See also relative quantification framework paper, including taking a mean of efficiencies for normalizing acorss multiple reference genes. That 2007 paper refers to qbase as an open-source software, but I could not find any evidence that the source was still available. |
Clarification: as it says on the genorm website:
In tidyqpcr, normalizeqPCR already does the expression normalization factor for each sample/ SampleID based on geometric median or mean of user-defined reference genes. Implementation of geNorm would be a separate function to select reference genes from a dataset, as described in this paper:
Materials and methods says:
Then:
Implementing that in tidyqpcr would involve:
This is feasible, and we should ask users if the feature is a priority. |
Check the MIQE-recommended GeNorm method, and compare in detail to tidyqpcr's
normalizeqPCR
function, which is geometric (Ct/log-scale) and uses median.Method is described in Vandesompele et al., Genome Biology, 2002, 'Accurate normalization of real-time quantitative RT-PCR data by geometric averaging of multiple internal control genes'.
According to the geNorm website, this method is implemented in commercial software qbase+.
Fixing this will likely require adding an "efficiency" argument to normalizeqPCR.
The text was updated successfully, but these errors were encountered: