--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit_discussion@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
I think it is very good question and yes, methylkit does not support that. As a community, we are there indeed with the analysis where multiple comparisons are necessary. Similar to what limma can do or DEseq2/edgeR for transcriptomic data.
On 2 March 2017 at 14:38, <davidf...@gmail.com> wrote:
We have an RRBS dataset with 4 treatment groups, n=6 samples each group. I'd like to be able to do an ANOVA-style first stage analysis to look for evidence that treatment effects exist in the dataset as a whole, before moving forward into pairwise post-hoc analyses. We've been using Methylkit (beta binomial distribution) for pairwise analyses. But am I correct that it does not currently support multi-group comparisons? If indeed methylkit doesn't support such analyses, is there another package that does? Otherwise, does anyone have advice about how I might go forward to do this (build my own GLM in R for example)?thanks for any advice,DavidQueen Mary University, London
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsubscrib...@googlegroups.com.
To post to this group, send email to methylkit_discussion@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--smoking cigarettes causes cancer
You received this message because you are subscribed to a topic in the Google Groups "methylkit_discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/methylkit_discussion/mTpy8I9dJUk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to methylkit_discus...@googlegroups.com.
To post to this group, send email to methylkit_...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "methylkit_discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/methylkit_discussion/mTpy8I9dJUk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit_discussion@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit_discussion@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "methylkit_discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/methylkit_discussion/mTpy8I9dJUk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit_discussion@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
myDiff25p.hyper
methylDiffDB object with 509 rows
--------------
chr start end strand pvalue qvalue meth.diff
1 chrI 1859476 1859476 * 1.917580e-09 1.040584e-03 30.62214
2 chrI 1894439 1894439 * 4.405131e-22 2.390466e-16 32.04457
3 chrI 1961445 1961445 * 7.666745e-15 4.160397e-09 25.88659
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
smoking cigarettes causes cancer
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "methylkit_discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/methylkit_discussion/mTpy8I9dJUk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit_...@googlegroups.com.
Dear Altuna, Dear all,I am using multiple treatments (6 different groups) and your diffMeth function. Do I have to remove anything (like any if clause - as you wrote before) in the code for this? This is not fully clear for me after I found this discussion here online. Or was this updated in the current version?It seems working as I get a list for e.g. my hypermethylated positions.
myDiff25p.hyper methylDiffDB object with 509 rows -------------- chr start end strand pvalue qvalue meth.diff 1 chrI 1859476 1859476 * 1.917580e-09 1.040584e-03 30.62214 2 chrI 1894439 1894439 * 4.405131e-22 2.390466e-16 32.04457 3 chrI 1961445 1961445 * 7.666745e-15 4.160397e-09 25.88659
Though I found these global statistics for diff meth sites for multiple groups, is there a way to find which groups are significant with which group (a pairwise table of comparisons)?
I also saw for the global statistics, you use the absolute value for diff. methylatied sites (meth.diff). But I would be interested to know which of the group is hypo- or hypermethylated (e.g. the actual and not the absolute value). For instance, I saw if you estimate the diffmeth between two groups, you are getting, which of the group has the low methylation.
In case the two group comparisons can not be implemented in the multiple treatment statistics, I assume I have to do multiple comparisons and standard corrections as bonferroni. Therefore the two follow up questions:
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsubscrib...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
smoking cigarettes causes cancer
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsubscrib...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "methylkit_discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/methylkit_discussion/mTpy8I9dJUk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to methylkit_discussion+unsubscrib...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsubscrib...@googlegroups.com.
To post to this group, send email to methylkit_...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit_discussion@googlegroups.com.
On Mon, Jul 31, 2017 at 5:58 PM, Britta <britta....@gmail.com> wrote:Dear Altuna, Dear all,I am using multiple treatments (6 different groups) and your diffMeth function. Do I have to remove anything (like any if clause - as you wrote before) in the code for this? This is not fully clear for me after I found this discussion here online. Or was this updated in the current version?It seems working as I get a list for e.g. my hypermethylated positions.Yes, now multiple group tests works, we changed it in the latest versions.
myDiff25p.hyper methylDiffDB object with 509 rows -------------- chr start end strand pvalue qvalue meth.diff 1 chrI 1859476 1859476 * 1.917580e-09 1.040584e-03 30.62214 2 chrI 1894439 1894439 * 4.405131e-22 2.390466e-16 32.04457 3 chrI 1961445 1961445 * 7.666745e-15 4.160397e-09 25.88659
Though I found these global statistics for diff meth sites for multiple groups, is there a way to find which groups are significant with which group (a pairwise table of comparisons)?You need to use reorganize() and do the pair-wise tests separately.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
smoking cigarettes causes cancer
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "methylkit_discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/methylkit_discussion/mTpy8I9dJUk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit_...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discus...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
smoking cigarettes causes cancer
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discus...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "methylkit_discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/methylkit_discussion/mTpy8I9dJUk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to methylkit_discus...@googlegroups.com.
To post to this group, send email to methylkit...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discus...@googlegroups.com.
To post to this group, send email to methylkit_...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discus...@googlegroups.com.
To post to this group, send email to methylkit_...@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discus...@googlegroups.com.