-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
57 lines (56 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
export()
export(addIndexMeta)
export(buildAltSpliceIndex)
export(cellTypeMarkers)
export(cellTypeNames)
export(evaluateMarkers)
export(findCellTypeSpecificities)
export(findCellTypes)
export(findHouseKeepingNodes)
export(findNodeSets)
export(findNodeSignatures)
export(findSimilarNodes)
export(findTissueSpecificities)
export(geneNodes)
export(getCoordinatedNodes)
export(getRawPsi)
export(hyperQueryCellTypes)
export(loadObject)
export(markerNodes)
export(mergeDataset)
export(nodeDetails)
export(plotRawPsiCorr)
export(plotRawPsiHeatmap)
export(saveObject)
export(scfindNodes)
exportClasses(SCFind)
import(ggplot2)
import(reshape2)
importFrom(Hmisc,rcorr)
importFrom(Rcpp,cpp_object_initializer)
importFrom(Rcpp,loadModule)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(forcats,fct_inorder)
importFrom(hash,hash)
importFrom(hash,keys)
importFrom(hash,values)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(rquery,natural_join)
importFrom(stats,aggregate)
importFrom(stats,p.adjust)
importFrom(stats,phyper)
importFrom(stats,setNames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(utils,setTxtProgressBar)
importFrom(utils,stack)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,unstack)
useDynLib(scfindME)