Skip to content
Discussion options

You must be logged in to vote

Good question. They are ranked by the estimated level (i.e. probability) of that gene in that particular module. This will generally correspond to the overall expression level, so genes ranked higher will have higher overall expression. You can get these ranks directly from the results of the factorizeMatrix function:

fm$proportions$module

In this matrix, the columns are modules and it shows the estimated (and normalized) level of each gene in each module. Each gene will only have a non-zero value in the module it was assigned to.

You can also use the moduleHeatmap function to quickly plot a heatmap of the modules. Cells will be ordered from those with the lowest probability of that modu…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by wbf520qcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #370 on June 23, 2022 21:03.