Skip to contents
-
calc_acc()
- Calculate the accuracy (FDR, Power, F1 score) if truth is available
-
calc_inc_rate()
- Calculate the inclusion rate
-
calc_tau()
- Calculate the cutoff the mirror statistics
-
dd()
- Wrapper for the naive double-dipping method
-
ds()
- Data Splitting for Seurat object
-
mds()
- Multiple data splitting
-
mds1()
- Conduct multiple data splitting
-
mds1_parallel()
- Conduct multiple data splitting in parallel
-
mds2()
- Aggregate multiple data splitting results, and return a selection set
-
myDiffTTest()
- Modified Seurat::DiffTTest by extending the output with statistics in addition to p-values
-
myFindMarkers()
- Gene expression markers of identity classes
-
myGLMDETest()
- Modified Seurat::GLMDETest by extending the output with statistics in addition to p-values
-
myWilcoxDETest()
- Modified Seurat::WilcoxDETest by extending the output with statistics in addition to p-values
-
perform_clustering()
- Perform Clustering on a SingleCellExperiment object
-
rankSumTestWithCorrelation()
- Wilcoxon rank sum test (adapted from
limma::rankSumTestWithCorrelation
)
-
sel_inc_rate()
- Perform selection based on inclusion rate
-
simdata_1ct
- Datasets Demo synthetic scRNA-seq data with one cell type based on
DuoClustering2018::sce_full_Zhengmix4eq()
-
simdata_2ct
- Demo synthetic scRNA-seq data with two cell types based on
DuoClustering2018::sce_full_Zhengmix4eq()