Hello everyone,
I am using limma-voom to run multiple contrasts with different groups at once but error happened.
I have different groupings, including:
- 15 sets of AD_FC
- 18 sets of Healthy_FC
- 10 sets of AD_TC
- 19 sets of Healthy_TC
- 8 sets of AD_HI
- 10 sets of Healthy_HI
I used Single Count Matrix and two factors (1st factor - Condition, 2nd factor - Region) and 3 contrasts including (AD_FC-Healthy_FC), (AD_TC-Healthy_TC) and (AD_HI-Healthy_HI).
The cleaned dataset I used is as shown below (each column represents one set of data, except column 1):
Is there any way to run limma to run contrasts according to different groupings, for example (AD_FC-Healthy_FC), (AD_TC-Healthy_TC) and (AD_HI-Healthy_HI)?

