Hi, I hope this is an appropriate question forgive me if not however I am currently doing a DE analysis benchmark study and using Splatter as my scRNA-seq data simulator. I have estimated parameters from a real dataset and then set my nCells to 50 as I want to simulate a two-group (each with 25 cells) framework where 10% of genes are DE. This seems to work however in downstream DE packages there are no DE genes detected. Is this something to do in relation with effect size not being large enough for the parameters of the DE packages (DESeq2, DEsingle, MAST etc). Could you advise on a suitable parameter to set my DE genes so that the packages will recognise at least some as being DE? Here are the parameters I have used below in the simulation that have yielded no success and all settings regarding the DE packages are set to default:
splat_parameters_drosophila <- splatter::splatEstimate(drosophila10X)
splat_parameters_drosophila_25cell <- setParam(splat_parameters_drosophila, "batchCells", 50)
sim25 <- splatter::splatSimulateGroups(splat_parameters_drosophila_25cell,
group.prob = c(0.5,0.5),
de.prob = 0.1,
de.facLoc = 0.3)
Any assistance would be greatly appreciated, thanks! Olympia