I have gene expression data in two samples like this:
Gene s1 s2
C9orf152 2.96295 2.99861
RPS11 11.2968 11.0775
ELMO2 8.16786 7.6039
CREB3L1 6.24832 6.69416
PNMA1 8.11559 7.90189
MMP2 8.32177 7.06863
TMEM216 5.48133 5.68662
C10orf90 2.91206 3.11626
ZHX3 5.47916 5.31362
ERCC5 5.94527 5.92997
GPR98 3.09796 3.24092
RXFP3 5.17484 5.14564
CTAGE10P 2.71189 2.60001
APBB2 7.16389 7.40401
Now I want to know if any test can figure out the differential expressed genes between S1 and S2.
T-test can only give one p-value between two samples, right? I want to figure out each p-value for each gene between s1 and s2.