Enter the body of text here
Hello, I am using MAST to find DE through two different conditions (disease and health) in a single-nucleus transcriptomic data, and so far I have cells obtained from 3 sick subjects and 3 healthy subjects. The cells obtained from the 6 subjects were sequenciated all together therefore I have a single "batch". I am looking for DE in a single cell type and comparing between the two conditions, disease and health. How do I include the variable "donor identification" in the model? Should I add the donor id as a covariate? What happens when you have many donors, do I add each donor id as a covariate as well? Thank you very much for your help!
Code should be placed in three backticks as shown below
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )
Hi Andrew, sorry for jumping into this question but I have a similar case. Regarding your answer, how can I tell which number of donors is sufficient? Also, in my case, the cells are not uniformly distributed amongst the donors. I suspect this might affect the model, is the random effect still the way to go? Any suggestion would be greatly appreciated. Thanks