Entering edit mode
2.2 years ago
Recep
•
0
Hello,
i have clustered my genes through this tutorial.
I want to correlate each these clusters with disease scores. Though i cant find my clusters as a dataframe.
How can I find the dataframe showing the genes and the clusters they belong to?
Thank you! yes i understand, but i dont want to correlate with pearson, but linear mixed models. So i just need the clusters.
Therefore i need a code like:
Hi Recep,
sorry for the late reply. To subset the expression matrix of each module from the original
datExpr
you could use the following chunck of code:edit: I would run the lmer only for modules that show significant correlation with the
DiseaseScores
.