https://github.com/VCCRI/CIDR
Raw File
Tip revision: c05ac7d01b8672a06e40b89f56954e0cb725d277 authored by Michael Troup on 21 September 2017, 06:06:10 UTC
update documentation after changes pushed by willtownes
Tip revision: c05ac7d
NAMESPACE
# Generated by roxygen2: do not edit by hand

export(adjustedRandIndex)
export(calc_npc)
export(cidrPcoa)
export(hclust)
export(scDataConstructor)
export(scSimulator)
exportMethods(determineDropoutCandidates)
exportMethods(nCluster)
exportMethods(nPC)
exportMethods(scCluster)
exportMethods(scDissim)
exportMethods(scPCA)
exportMethods(wThreshold)
import(NbClust)
import(RcppEigen)
import(RcppParallel)
importFrom(Rcpp,evalCpp)
importFrom(ade4,cailliez)
importFrom(clusterCrit,intCriteria)
importFrom(mclust,adjustedRandIndex)
importFrom(minpack.lm,nlsLM)
importFrom(stats,hclust)
useDynLib(cidr)
back to top