e54ca97f |
# Generated by roxygen2: do not edit by hand
|
baffe474 |
|
c2e3064e |
export(appendCeldaList)
|
58380509 |
export(availableModels)
|
9b638bd2 |
export(bestLogLikelihood)
|
b2adac96 |
export(celda)
export(celdaGridSearch)
export(celdaHeatmap)
|
3bd8e979 |
export(celdaPerplexity)
|
b2adac96 |
export(celdaProbabilityMap)
export(celdaTsne)
|
d30e2b58 |
export(celdaUmap)
|
b2adac96 |
export(celda_C)
export(celda_CG)
export(celda_G)
export(clusterProbability)
|
3bd8e979 |
export(clusters)
|
b2adac96 |
export(compareCountMatrix)
|
06b0c870 |
export(countChecksum)
|
58380509 |
export(decontX)
|
b2adac96 |
export(differentialExpression)
|
58380509 |
export(distinctColors)
|
b2adac96 |
export(factorizeMatrix)
export(featureModuleLookup)
|
19f32bde |
export(featureModuleTable)
|
55fbbe69 |
export(geneSetEnrich)
|
b2adac96 |
export(logLikelihood)
|
3bd8e979 |
export(logLikelihoodHistory)
|
6e297e50 |
export(logLikelihoodcelda_C)
export(logLikelihoodcelda_CG)
export(logLikelihoodcelda_G)
|
b2adac96 |
export(matrixNames)
export(moduleHeatmap)
export(normalizeCounts)
|
3bd8e979 |
export(params)
|
b2adac96 |
export(perplexity)
export(plotDimReduceCluster)
export(plotDimReduceFeature)
export(plotDimReduceGrid)
export(plotDimReduceModule)
export(plotGridSearchPerplexity)
|
6e297e50 |
export(plotGridSearchPerplexitycelda_C)
export(plotGridSearchPerplexitycelda_CG)
export(plotGridSearchPerplexitycelda_G)
|
b2adac96 |
export(plotHeatmap)
export(recodeClusterY)
export(recodeClusterZ)
|
908b0025 |
export(recursiveSplitCell)
export(recursiveSplitModule)
|
b2adac96 |
export(resList)
export(resamplePerplexity)
export(runParams)
export(sampleLabel)
export(selectBestModel)
export(simulateCells)
|
6e297e50 |
export(simulateCellscelda_C)
export(simulateCellscelda_CG)
export(simulateCellscelda_G)
|
48311df6 |
export(simulateContaminatedMatrix)
|
b2adac96 |
export(subsetCeldaList)
export(topRank)
|
38212343 |
export(violinPlot)
|
4d840eec |
exportMethods(bestLogLikelihood)
|
b2adac96 |
exportMethods(celdaHeatmap)
|
4d840eec |
exportMethods(celdaPerplexity)
|
b2adac96 |
exportMethods(celdaProbabilityMap)
exportMethods(celdaTsne)
|
d30e2b58 |
exportMethods(celdaUmap)
|
b2adac96 |
exportMethods(clusterProbability)
|
4d840eec |
exportMethods(clusters)
|
06b0c870 |
exportMethods(countChecksum)
|
b2adac96 |
exportMethods(factorizeMatrix)
exportMethods(featureModuleLookup)
|
4d840eec |
exportMethods(logLikelihoodHistory)
exportMethods(matrixNames)
exportMethods(params)
|
b2adac96 |
exportMethods(perplexity)
|
4d840eec |
exportMethods(resList)
exportMethods(runParams)
exportMethods(sampleLabel)
|
3de9437b |
import(Rcpp)
import(RcppEigen)
|
5c12967f |
import(SummarizedExperiment)
import(data.table, except = c(melt, shift))
|
a3823d60 |
import(foreach)
|
d7196f24 |
import(ggplot2)
|
e3638ca1 |
import(grDevices)
|
1a8e0909 |
import(graphics)
|
7890fdf1 |
import(grid)
|
804d499b |
import(gridExtra, except = c(combine))
|
5c12967f |
import(stats, except = c(start, end))
|
d7196f24 |
importFrom(MAST,FromMatrix)
importFrom(MAST,summary)
importFrom(MAST,zlm)
importFrom(MCMCprecision,fit_dirichlet)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rtsne,Rtsne)
importFrom(S4Vectors,mcols)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(data.table,as.data.table)
importFrom(digest,digest)
importFrom(doParallel,registerDoParallel)
|
6e297e50 |
importFrom(enrichR,enrichr)
|
d7196f24 |
importFrom(enrichR,listEnrichrDbs)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,hsv)
importFrom(grDevices,rgb2hsv)
|
7890fdf1 |
importFrom(grid,grid.pretty)
|
d7196f24 |
importFrom(grid,unit)
importFrom(gridExtra,grid.arrange)
importFrom(gtable,gtable)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_height)
importFrom(gtable,gtable_width)
importFrom(matrixStats,logSumExp)
importFrom(methods,.hasSlot)
importFrom(methods,is)
importFrom(methods,new)
|
aa3724e8 |
importFrom(plyr,.)
|
d7196f24 |
importFrom(plyr,mapvalues)
importFrom(reshape2,melt)
|
e3638ca1 |
importFrom(scales,brewer_pal)
|
d7196f24 |
importFrom(scales,dscale)
|
7890fdf1 |
importFrom(scales,hue_pal)
|
d7196f24 |
importFrom(stringi,stri_list2matrix)
importFrom(umap,umap)
importFrom(umap,umap.defaults)
|
fd95d0e3 |
importFrom(withr,with_seed)
|
3ca4b2ad |
useDynLib(celda,"_colSumByGroup")
useDynLib(celda,"_colSumByGroupChange")
useDynLib(celda,"_colSumByGroup_numeric")
|
77035eeb |
useDynLib(celda,"_perplexityG")
|
3ca4b2ad |
useDynLib(celda,"_rowSumByGroup")
useDynLib(celda,"_rowSumByGroupChange")
useDynLib(celda,"_rowSumByGroup_numeric")
|