# Generated by roxygen2: do not edit by hand export(Sanity) export(calculateSanityDistance) export(simulate_branched_random_walk) export(simulate_independent_cells) exportMethods(Sanity) importClassesFrom(SingleCellExperiment,SingleCellExperiment) importClassesFrom(SummarizedExperiment,SummarizedExperiment) importFrom(BiocGenerics,sizeFactors) importFrom(BiocParallel,bplapply) importFrom(BiocParallel,bpmapply) importFrom(BiocParallel,bpparam) importFrom(MatrixGenerics,colMeans2) importFrom(MatrixGenerics,rowMeans2) importFrom(MatrixGenerics,rowVars) importFrom(Rcpp,sourceCpp) importFrom(S4Vectors,DataFrame) importFrom(SingleCellExperiment,SingleCellExperiment) importFrom(SummarizedExperiment,"assay<-") importFrom(SummarizedExperiment,"colData<-") importFrom(SummarizedExperiment,"rowData<-") importFrom(SummarizedExperiment,assay) importFrom(SummarizedExperiment,colData) importFrom(SummarizedExperiment,rowData) importFrom(methods,callNextMethod) importFrom(scuttle,.subset2index) importFrom(stats,rexp) importFrom(stats,rnorm) importFrom(stats,rpois) importFrom(stats,var) importFrom(utils,combn) importFrom(utils,read.table) useDynLib(SanityR, .registration = TRUE)