LTLA / bluster

Clone of the Bioconductor repository for the bluster package.
https://bioconductor.org/packages/devel/bioc/html/bluster.html
2 stars 3 forks source link

Addition of the DMM algorithm #15

Closed BananaCancer closed 1 year ago

BananaCancer commented 1 year ago

Hi, would it be possible to add the DMM algorithm to bluster? It's an algorithm that's commonly used in microbial ecology along with metagenomic & 16S rRNA count data. We had functions related to it over at microbiome/mia, but figured it could have its place in bluster as well. We've started discussing it in a PR in microbiome/bluster.

Do you think such a param could have its place in bluster?

LTLA commented 1 year ago

Seems reasonable to me. Only thing I would suggest is not importing from DirichletMultinomial, as that'll be a Suggests.