Input: There are 6 input matrices of same dimensions 3 input matrices from normal tissues:
GeneA GeneB
GeneA 31 4
GeneB 5 8
GeneA GeneB
GeneA 5 14
GeneB 5 8
GeneA GeneB
GeneA 30 14
GeneB 45 7
3 input matrices from cancer tissues:
GeneA GeneB
GeneA 11 4
GeneB 5 18
GeneA GeneB
GeneA 7 14
GeneB 15 4
GeneA GeneB
GeneA 30 14
GeneB 45 7
output:
GeneA GeneB
GeneA t-test({31,5,30},{11,7,13}) t-test({4,14,14},{4,14,14})
GeneB t-test({5,5,45},{5,15,45}) t-test({8,8,7},{18,4,7})
Output matrix will have the p-values from the test