so sorry.
I have 4 samples (A,B,C and D) and 2 gene lists (E and F). for example, expression value of one gene in E cluster showed 1.1,2.0,0.5 and 0 in A, B, C and D samples, respectively. if the expression value was less than 1.0, then I assigned 0, otherwise, 1.
- sample cluster value
- A E 1.1 1
- B E 2.0 1
- C E 0.5 0
- D E 0 0
- A F 1.2 1
- B F 2.0 1
- C F 0.2 0
- D F 3.0 1
my question: how to use glm or other methods to predict the role of the samples and gene list on values(1 or 0)?