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

run_mlm function process #42

Closed
elektrafying2000 opened this issue May 7, 2023 · 2 comments
Closed

run_mlm function process #42

elektrafying2000 opened this issue May 7, 2023 · 2 comments
Labels
question User question: anything that's not obviously a bug

Comments

@elektrafying2000
Copy link

Hi! I was wondering if you could help me understand how the multivariate linear model works for pathway activity inference. I understand that the independent variables are interaction weights and the dependent variable the gene expression. But if someone could write a step-by-step of the function's process from input to output, that would be greatly appreciated!:)

@elektrafying2000 elektrafying2000 added the question User question: anything that's not obviously a bug label May 7, 2023
@PauBadiaM
Copy link
Member

Hi @elektrafying2000,

I previously explained how the Univariate Linear Model (ulm) works in this thread. The Multivariate Linear Model (mlm) is just an extension of ulm, the difference is that it uses all pathways at the same time during modeling, instead of doing it one by one like ulm. Hope this is helpful, please let me know if you have more questions.

@elektrafying2000
Copy link
Author

Thank you so much for the insight and for taking the time to explain! The explanation was super clear:).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question User question: anything that's not obviously a bug
Projects
None yet
Development

No branches or pull requests

2 participants