-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Investigation/Discussion] Methods/packages for identifying co-expressed gene modules #346
Comments
This review paper seems relevant: https://www.sciencedirect.com/science/article/abs/pii/S0010482519302574?via%3Dihub and compares WGCNA to THD-Module Extractor, DiffCoEx, and MODA. |
Here's an idea that might be appealing to our users: https://github.com/hidelab/diffcoexp DiffCoExp tries to find groups differentially co expressed genes. It claims it works with RNA-seq but it also sounds like it uses similar methods to WGCNA, so we'd need to look into whether the methods it borrows from WGCNA are the same ones that are problematic/suboptimal for RNA-seq. (I don't know at this time). |
Another contender I just found: Edit: Looks like it hasn't been updated in ~5 years : ( |
Here's a brief summary of other ideas of come across: Ideas that won't work for this instance (but are interesting):
Ideas we are left with as of now:
|
Twitter recommended CoGaps and while I'm interested, it requires quite a bit of computing power because of the non negative matrix factorization, not to mention conceptually it's probably a lot for users to digest. |
See #344: For ORA I think WGCNA is quicker and makes more sense to use. |
Background
We were discussing other use cases for ORA for RNA-seq and co-expressed gene modules was something @jaclyn-taroni mentioned as an idea: #344 (comment)
This issue is about what co-expressed gene module finding methods we may want to consider.
Problem
What methods currently are available and recommended for finding coexpressed gene modules.
I know of WGCNA but there's probably other methods out there that are newer and maybe one that we should recommend to our users instead of WGCNA. This issue is about taking a look at what methods and packages like WGCNA there are out there.
What are the recommended next steps?
I'm going to do some investigating online and I will post what I find here for discussion, but if anyone has any leads or recommendations on methods/packages for identifying coexpressed genes, please post here and we can discuss!
Obviously a scientifically sound method is important, but for our contexts, R-compatibility, good documentation are also key components in this evaluation
After we determine what and if there's a method we should make a new analysis example for, I will create a new analysis issue that is more specific based on that method that we may determine here.
The text was updated successfully, but these errors were encountered: