Hi, here resultNames(adds) is not showing all the coefficient, could you please suggest me how I can view all the comparison. There are two genotypes (HRPR AND LRPR ) and 0DAYS, 3, 6, 9, 12, 15, 18, 24, 27, TOTAL 9 DEVELOPMENT STAGES. Here I group STAGE AND GENOTYPES together as factor and use geno_stage as design. It is not showing coeffiect like:
geno_stage_LRPR_15D_vs_HRPR_15D
geno_stage_LRPR_0D_vs_HRPR_0D
resultsNames(dds)
> [1] "Intercept" "geno_stage_HRPR_12D_vs_HRPR_0D"
> [3] "geno_stage_HRPR_15D_vs_HRPR_0D" "geno_stage_HRPR_18D_vs_HRPR_0D"
> [5] "geno_stage_HRPR_24D_vs_HRPR_0D" "geno_stage_HRPR_27D_vs_HRPR_0D"
> [7] "geno_stage_HRPR_3D_vs_HRPR_0D" "geno_stage_HRPR_6D_vs_HRPR_0D"
> [9] "geno_stage_HRPR_9D_vs_HRPR_0D" "geno_stage_LRPR_0D_vs_HRPR_0D"
> [11] "geno_stage_LRPR_12D_vs_HRPR_0D" "geno_stage_LRPR_15D_vs_HRPR_0D"
> [13] "geno_stage_LRPR_18D_vs_HRPR_0D" "geno_stage_LRPR_24D_vs_HRPR_0D"
> [15] "geno_stage_LRPR_27D_vs_HRPR_0D" "geno_stage_LRPR_3D_vs_HRPR_0D"
> [17] "geno_stage_LRPR_6D_vs_HRPR_0D" "geno_stage_LRPR_9D_vs_HRPR_0D"
Dear Michael,
could you please confirm me in above comparison which is act as a reference. How the reference is decided in these cases where we group two variable.
If extract two fold up and down log2fold change result from the below code then what does it mean:
Thanks
Take a look at the vignette and the workflow for beginners. The meaning of the LFC is explained in detail.