Displaying 1 result from an estimated 1 matches for "pathway1".
Did you mean:
pathway
2011 Jul 27
1
To Merge or to use Indicator Variables?
...investigate. The first is
gene/genome related data given different 'cell-states'. The second set of
data is relates the genes to a biological pathway. /(I think in pictures so
here goes.)/
*dataframe1*
gene, cell-state1, cell-state2
gene1, x1, y1
gene2, x2, y2
gene.x, ..., ...
*dataframe2*
pathway1, gene-x1, gene-x2, ...
pathway2, gene-y1, gene-y2, ...
What I want to do is, see if 'cell-state1' (in-)activates different genes /
pathways from 'cell-state2.' Furthermore, I would like to test for
correlation /(t-test and maybe graphing)/ between the cell-states 1 Vs 2 for
specifi...