displays pvalues for all the covariates in the model#21
Conversation
|
Thanks for this. So at the moment, this will all be ignored because there's nothing in DETCT::Misc::R to handle the extra p values. Have you got any thoughts on how best to display this to users? Just add the extra p values as extra columns in all.tsv, all.csv, etc... I worry that users will just ignore the extra columns. Is there any way we can combine them so we still have one p value per region? |
|
The reported pvalues (before and after FDR) are obtained using a Likelihood Ratio Test that compares the full model (which contains the interactions between condition and group) at the intercept only model. |
1 similar comment
|
The reported pvalues (before and after FDR) are obtained using a Likelihood Ratio Test that compares the full model (which contains the interactions between condition and group) at the intercept only model. |
|
Two things:
|
|
Hi Ian. On 6 Aug 2014, at 13:20, Ian Sealy notifications@github.com wrote:
I will run it with one factor to see if it crashes but I see that the saturated model only happens with there are two factors: Create DESeqDataSet (with design according to number of factors)dds <- DESeqDataSetFromMatrix(countData, samples, design = ~ condition)
Yes, the thing is that the LR test is for model selection. In my last commit that unique pvalue tells you if the model with condition and group is significantly better than non having the information coming the condition and group but since you are already interested in the condition and to control by group, that's your model, no selection is needed.
Jorge The Wellcome Trust Sanger Institute is operated by Genome Research |
No description provided.