Hello,
I have two groups: Pancreatic cancer and control, I defined it in GEO2R via Defined Groups menu.
1. (blue): Pancreatic cancer
2. (pink): Control
According to your message the result should be Pancreatic Cancer / Control. Is it true.?
I see below code in GEO2R codes. What is the meaning of it and are G1-G0 related to control or treated groups?
G1 / G0 = Pancreatic Cancer / Control ?
cont.matrix <- makeContrasts(G1-G0, levels=design)
gsms <- paste0("XXXXXXXXXXXXXXXXXXXXXX1111111111111111111111111110",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000")
Thanks