Differential expression (DE); gene set Enrichment Analysis (GSEA); single cell RNAseq studies (scRNAseq)
GNU General Public License v3.0
32
stars
11
forks
source link
Order of running iDEA.BMA() and iDEA.fit(modelVariant = T) after running iDEA.fit(modelVariant = F)? #27
Open
denvercal1234GitHub opened 4 months ago
Hi there,
Thank you very much for the tool.
I was hoping to get clarification regarding the order in which one should run
iDEA.BMA()
and the variant iDEA.fit model.After running
iDEA.fit (modelVariant = F)
followed byiDEA.louis()
, do I need to create a newidea
object to run iDEA.BMA()?Similarly, do I need a new object if I want to compare the "original" model and the variant model by running iDEA.fit(modelVariant = F)?
Thank you for your help!