RGLab / MAST

Tools and methods for analysis of single cell assay data in R
224 stars 57 forks source link

What are the meanings of the components "CDHS" in the "zlm" function? #162

Closed danli349 closed 2 years ago

danli349 commented 3 years ago

Can anyone help to explain what are the meanings of the components "CDHS" in the "zlm" function? Thanks a lot.

gfinak commented 3 years ago

C: Continuous - the continuous part of the model

D: Discrete- the discrete part of the model. H: Hurdle - the combined Hurdle model. S: Stouffer - combined using Stouffer's method

Greg Finak

On Thu, Jul 1, 2021, 08:32 Dan Li @.***> wrote:

Can anyone help to explain what are the meanings of the components "CDHS" in the "zlm" function? Thanks a lot.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RGLab/MAST/issues/162#issuecomment-872344317, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKSI6IER3HIDCQCN2ICV53TVSDA3ANCNFSM47U6ZFHA .

danli349 commented 3 years ago

C: Continuous - the continuous part of the model D: Discrete- the discrete part of the model. H: Hurdle - the combined Hurdle model. S: Stouffer - combined using Stouffer's method Greg Finak On Thu, Jul 1, 2021, 08:32 Dan Li @.***> wrote: Can anyone help to explain what are the meanings of the components "CDHS" in the "zlm" function? Thanks a lot. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#162 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKSI6IER3HIDCQCN2ICV53TVSDA3ANCNFSM47U6ZFHA .

Thanks a lot!

danli349 commented 3 years ago

@gfinak Thanks a lot!