Skip to content
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

Modules differential co-expression explanation #10

Open
adomingues opened this issue Sep 11, 2022 · 0 comments
Open

Modules differential co-expression explanation #10

adomingues opened this issue Sep 11, 2022 · 0 comments

Comments

@adomingues
Copy link

Hi @Kumquatum,

I trying the GWENA package which seems very intuitive and easy to use - thank you! My goal s detect gene models between two conditions, specially identify genes which reflect a mutant state (vs control).

The one aspect I am struggling with is the modules differential co-expression. In my experiment I have two conditions, mut and wt, for which 6 and 2 modules were identified with:

lapply(
   se_expr_by_cond, build_net,
   cor_func = "spearman", 
   n_threads = threads_to_use,
   keep_matrices = "both"
)

But when I ran the differential analysis using wt as a reference, the plot_comparison_stats shows the 2 wt modules. Is this expected? Since I am interested in those gene modules which are "specific" to the mutant, I naively thought that I would get those 6(+2) which reflect this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant