-
Notifications
You must be signed in to change notification settings - Fork 366
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
Poissonmultivi #2735
Poissonmultivi #2735
Conversation
I added the option to have separate size factors for RNA and ATAC, not sure if this is the best way. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2735 +/- ##
==========================================
- Coverage 84.60% 84.34% -0.26%
==========================================
Files 178 181 +3
Lines 15052 15690 +638
==========================================
+ Hits 12734 13234 +500
- Misses 2318 2456 +138
|
Quick check looks good. Can you explain, why we don't inherit from MULTIVI and MULTIVAE? |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Closing here due to inactivity. We have our own proposed Poisson distribution in multiVI that will be merged in the near future. |
Hi @martinkim0,
I had some time and added the Poisson loss also to the MultiVI model (POISSONMULTIVI) to the external models.
Addresses #2257 for Poisson likelihood.