-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
138 lines (137 loc) · 3.7 KB
/
Copy pathNAMESPACE
File metadata and controls
138 lines (137 loc) · 3.7 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Generated by roxygen2: do not edit by hand
export(BSRClusterComp)
export(BSRDataModel)
export(BSRDataModelComp)
export(BSRInference)
export(BSRInferenceComp)
export(BSRSignature)
export(BSRSignatureComp)
export(alluvialPlot)
export(assignCellTypesToInteractions)
export(bubblePlotPathwaysLR)
export(cacheClear)
export(cacheInfo)
export(cacheVersion)
export(cellTypeFrequency)
export(cellularNetwork)
export(cellularNetworkTable)
export(chordDiagramLR)
export(convertToHuman)
export(createResources)
export(findOrthoGenes)
export(generateSpatialPlots)
export(getLRIntracellNetwork)
export(getLRNetwork)
export(getResource)
export(maxLigandSpatialCounts)
export(relateToGeneSet)
export(resetLRdb)
export(resetNetwork)
export(resetPathways)
export(scoreSignatures)
export(separatedLRPlot)
export(signatureHeatmaps)
export(simpleHeatmap)
export(smoothSpatialCounts)
export(spatialAssociation)
export(spatialAssociationPlot)
export(spatialDiversityPlot)
export(spatialIndexPlot)
export(spatialPlot)
export(summarizedCellularNetwork)
exportClasses(BSRClusterComp)
exportClasses(BSRDataModel)
exportClasses(BSRDataModelComp)
exportClasses(BSRInference)
exportClasses(BSRInferenceComp)
exportClasses(BSRSignature)
exportClasses(BSRSignatureComp)
exportMethods(LRinter)
exportMethods(LRinterScore)
exportMethods(LRinterShort)
exportMethods(addClusterComp)
exportMethods(coerce)
exportMethods(colClusterA)
exportMethods(colClusterB)
exportMethods(comparison)
exportMethods(comparisonName)
exportMethods(differentialStats)
exportMethods(getPathwayStats)
exportMethods(inferenceParameters)
exportMethods(initialOrganism)
exportMethods(initialOrthologs)
exportMethods(learnParameters)
exportMethods(ligands)
exportMethods(logTransformed)
exportMethods(mu)
exportMethods(ncounts)
exportMethods(normalization)
exportMethods(parameters)
exportMethods(pathways)
exportMethods(receptors)
exportMethods(reduceToBestPathway)
exportMethods(reduceToLigand)
exportMethods(reduceToPathway)
exportMethods(reduceToReceptor)
exportMethods(removeClusterComp)
exportMethods(rescoreInference)
exportMethods(resetToInitialOrganism)
exportMethods(scoreLRGeneSignatures)
exportMethods(sourceComparisonName)
exportMethods(tgCorr)
exportMethods(tgExpr)
exportMethods(tgGenes)
exportMethods(tgLogFC)
exportMethods(tgPval)
exportMethods(updateInference)
import(BiocFileCache)
import(ComplexHeatmap)
import(SpatialExperiment)
import(SummarizedExperiment)
import(doParallel)
import(ggalluvial)
import(ggplot2)
import(glmnet)
import(grid)
import(httr2)
import(igraph)
import(jsonlite)
import(multtest)
importFrom(BiocFileCache,BiocFileCache)
importFrom(BiocFileCache,bfcinfo)
importFrom(BiocFileCache,bfcquery)
importFrom(BiocFileCache,bfcremove)
importFrom(BiocFileCache,removebfc)
importFrom(ComplexHeatmap,"%v%")
importFrom(RANN,nn2)
importFrom(RCurl,url.exists)
importFrom(Rtsne,Rtsne)
importFrom(circlize,chordDiagramFromDataFrame)
importFrom(circlize,circos.axis)
importFrom(circlize,circos.clear)
importFrom(circlize,circos.par)
importFrom(circlize,circos.text)
importFrom(circlize,circos.trackPlotRegion)
importFrom(circlize,colorRamp2)
importFrom(circlize,get.cell.meta.data)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_inform)
importFrom(curl,has_internet)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(ggrepel,geom_text_repel)
importFrom(gridExtra,grid.arrange)
importFrom(matrixStats,colQuantiles)
importFrom(matrixStats,colSums2)
importFrom(matrixStats,rowMeans2)
importFrom(matrixStats,rowSums2)
importFrom(methods,is)
importFrom(methods,new)
importFrom(orthogene,convert_orthologs)
importFrom(rlang,.data)
importFrom(scales,rescale)
importFrom(stabledist,dstable)
importFrom(stabledist,pstable)
importFrom(stats,quantile)