-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
99 lines (98 loc) · 2.9 KB
/
NAMESPACE
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Generated by roxygen2: do not edit by hand
export(CiteFuse)
export(DEbubblePlot)
export(DEcomparisonPlot)
export(DEgenes)
export(DEgenesCross)
export(crossSampleDoublets)
export(geneADTnetwork)
export(igraphClustering)
export(importanceADT)
export(ligandReceptorTest)
export(normaliseExprs)
export(plotHTO)
export(preprocessing)
export(readFrom10X)
export(reducedDimSNF)
export(selectDEgenes)
export(spectralClustering)
export(visImportance)
export(visLigandReceptor)
export(visualiseDim)
export(visualiseExprs)
export(visualiseExprsList)
export(visualiseKNN)
export(withinSampleDoublets)
import(ggplot2)
importFrom(Matrix,readMM)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Rcpp,sourceCpp)
importFrom(Rtsne,Rtsne)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,altExp)
importFrom(SingleCellExperiment,altExpNames)
importFrom(SingleCellExperiment,counts)
importFrom(SingleCellExperiment,logcounts)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(compositions,clr)
importFrom(cowplot,axis_canvas)
importFrom(cowplot,insert_xaxis_grob)
importFrom(cowplot,insert_yaxis_grob)
importFrom(dbscan,dbscan)
importFrom(dbscan,sNN)
importFrom(ggraph,geom_node_circle)
importFrom(ggraph,geom_node_label)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,ggraph)
importFrom(ggridges,geom_density_ridges2)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(grid,unit)
importFrom(gridExtra,grid.arrange)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,arpack)
importFrom(igraph,cluster_edge_betweenness)
importFrom(igraph,cluster_fast_greedy)
importFrom(igraph,cluster_label_prop)
importFrom(igraph,cluster_leading_eigen)
importFrom(igraph,cluster_louvain)
importFrom(igraph,cluster_optimal)
importFrom(igraph,cluster_spinglass)
importFrom(igraph,cluster_walktrap)
importFrom(igraph,degree)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,layout_in_circle)
importFrom(methods,as)
importFrom(methods,is)
importFrom(mixtools,normalmixEM)
importFrom(pheatmap,pheatmap)
importFrom(randomForest,randomForest)
importFrom(reshape2,melt)
importFrom(rhdf5,h5read)
importFrom(rlang,.data)
importFrom(scran,getTopHVGs)
importFrom(scran,modelGeneVar)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,prcomp)
importFrom(stats,uniroot)
importFrom(utils,combn)
importFrom(utils,read.delim)
importFrom(uwot,umap)
useDynLib(CiteFuse, .registration = TRUE)