Hi, I conducted a multi-level experiment with gene expression measures in multiple brain regions in 2 groups.
So for instance, my data for region 1 look like this (note that for this post, I renamed the rows: these are gene names in my data): (Note that I recoded missings so that I have at least 3 valid observations per group for every gene; otherwise, all observations for that gene are recoded to NA).
Control.A Control.A.1 Control.A.2 Control.A.3 Case.A Case.A.1 Case.A.2 Case.A.3
1 NA NA NA NA NA NA NA NA
2 NA NA NA NA NA NA NA NA
3 NA NA NA NA NA NA NA NA
4 NA NA NA NA NA NA NA NA
5 24.97941 25.50746 24.64801 25.49045 26.14554 25.77994 25.57589 25.84357
6 23.77846 23.86665 23.96921 23.60105 24.06159 23.44947 24.59412 24.40061
When I look at the topTable results for region 1, I see that there are sometimes values for logFC and AveExpr, but unaccompanied by test results.
For instance, my topTable results for the data shown above look like this:
logFC AveExpr t P.Value adj.P.Val B
1 NA 25.06110 NA NA NA NA
2 NA NaN NA NA NA NA
3 NA 24.48188 NA NA NA NA
4 NA 22.03522 NA NA NA NA
5 0.6799025 25.47455 2.545508 0.01499063 0.1087153 -3.502281
6 0.3226035 24.04767 NA NA NA NA
sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)
I do not understand this. First, I do not understand how I can sometimes have AVeExpr values but no logFC values. Second, if I have logFC and/or AveExpr values, why do I not obtain test results?
Any ideas on what went wrong?
kind regards
Sophie
Thank you, this has been very helpful. I was always on the wrong track, thinking I read in my data incorrectly, but now understand why the output is as it is. Many thanks for the alternative parameterization; I now have many more results to consider! Thank you for your time and effort. kind regards Sophie