Hi all,
I analysed the list of DEGs in 10 tumour-normal pairs (without replicates), with edgeR. I used the paired design
design = model.matrix(~Patient+Tissue)
Now, I would like to get the list of differentially expressed genes for each tumour-normal pair, individually. The aim is to get the patient-specific DEG list for the drug discovery in the precision medicine.
Thank you, Gordon, for your suggestions. Your solution seems to work!
However, I'm not sure if my code returns the list of DEGs in the tumour sample. This because by performing the analysis on a publicly available dataset, my gene of interest is up-regulated, exactly the opposite of what is reported in the paper.
Your code is doing a paired test for T vs N.