Skip to content

MUSCAT Mixed Effects Models and the Cellular Detection Rate #114

@ismailelshimy

Description

@ismailelshimy

Hello MUSCAT people,

I hope my message finds you fine. I have an inquiry regarding the mixed-effects models implemented using mmDS function in MUSCAT. As I understood from your paper and the package vignette, these models are defined such that gene expression ~ 1+ group_id +(1 | sample_id) where group_id is modelled as fixed-effect variable and sample_id as a random-effect variable.

I have previously observed that one recommendation by single-cell data analysts is to also model the effect of cellular detection rate CDR (= fraction of genes expressed in each cell) by adding this as variable in the [model].(https://genomebiology.biomedcentral.com/articles/10.1186/s13059-015-0844-5) For example, MAST was implemented previously as a mixed effect model as follows: gene expression ~ CDR + group_id + (1 | sample_id).

So what do you think about this kind of implementation? Should analysts try to correct for the effect of CDR on gene expression by adding it in the model?
And is there an easy way to implement this in mmDS?

Thank you very much.

Ismail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions