forked from kharchenkolab/conos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.03 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
S3method(as.dendrogram,fakeCommunities)
export(Conos)
export(basicSeuratProc)
export(bestClusterThresholds)
export(bestClusterTreeThresholds)
export(conosShinyApp)
export(dendSetColorByMixture)
export(dendSetWidthByBreadth)
export(embeddingPlot)
export(getBetweenCellTypeCorrectedDE)
export(getBetweenCellTypeDE)
export(getCorrectionVector)
export(getGreedyCutGroups)
export(getPerCellTypeDE)
export(getPerCellTypeDECorrected)
export(greedyModularityCut)
export(leiden.community)
export(membership.fakeCommunities)
export(plotClusterBarplots)
export(plotComponentVariance)
export(rleiden.community)
export(saveConosForScanPy)
export(saveDEasCSV)
export(saveDEasJSON)
export(scanKModularity)
export(stableTreeClusters)
exportClasses(Conos)
import(Matrix)
import(dendextend)
import(ggplot2)
import(igraph)
import(methods)
import(shiny)
importFrom(dplyr,"%>%")
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(parallel,mclapply)
importFrom(rlang,"%||%")
importFrom(stats,runif)
useDynLib(conos)