Multiple data splitting
Arguments
- sce
 A SingleCellExperiment object
- ncores
 If larger than 1, then compute in parallel with
ncorescores.- M
 The number of data splitting
- q
 The nominal FDR level (default: 0.05)
- tied.method
 The method for handling the tied values.
- sum_in_denom
 when calculating the inclusion rate, use the modified inclusion rate (
TRUE) or the original inclusion rate (FALSE)- ...
 arguments passed to
mds1(ormds1_parallel)