-
Notifications
You must be signed in to change notification settings - Fork 2
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
cpg.pval - which p-values to use? #5
Comments
Hi, The cpg.pval vector should be raw p-values. The function uses raw p-values to adjust for length bias. To obtain the SYMBOLs of the genes that represent a particular GO or KEGG ID, we can use the
if we would like to obtain the SYMBOLs in KEGG ID 04080, we can use the following code.
|
Thanks! I have one more question. What about the CpGs which have more than one overlapping genes (e.g. as in the Illumina manifest for EPIC array)? How are these treated e.g. when preparing the annotation with prepareAnnot function? |
We are using |
Another question on cpg p-values - what kind if input should I use when I want to narrow down my analyses to only the hypomethylated probes (and their corresponding genes)? |
When running the analyses, e.g. with the methylglm function, the cpg.pval vector should contain raw p-values from calling significant DMPs or the adjusted p-values?
BTW, can the results table contain the SYMBOLs of the genes that represent the given GO or KEGG ID?
The text was updated successfully, but these errors were encountered: