Thanks to visit codestin.com
Credit goes to code.bioconductor.org

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