forked from Zaoqu-Liu/scMetaLink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
105 lines (104 loc) · 2.99 KB
/
Copy pathNAMESPACE
File metadata and controls
105 lines (104 loc) · 2.99 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
# Generated by roxygen2: do not edit by hand
export(aggregateByPathway)
export(checkLactateGenes)
export(citationScMetaLink)
export(compareCommunication)
export(computeCommunication)
export(computeSpatialCommunication)
export(createScMetaLink)
export(createScMetaLinkFromSCE)
export(createScMetaLinkFromSeurat)
export(createScMetaLinkFromSeuratSpatial)
export(createScMetaLinkFromSpatial)
export(enrichPathways)
export(exportResults)
export(filterSignificantInteractions)
export(getCommunicationMatrix)
export(getCommunicationScores)
export(getDatabaseInfo)
export(getLactateGenes)
export(getLactateSignalingSummary)
export(getMetaboliteReceptors)
export(getParameters)
export(getPathwayAggregated)
export(getPathwayCommunicationMatrix)
export(getPathwayMetaboliteNetwork)
export(getPathwayMetabolites)
export(getProductionScores)
export(getSensingScores)
export(getSignificantInteractions)
export(getSpatialDistanceStats)
export(getSpatialLactateHotspots)
export(getSummaryStats)
export(getTopLactateProducers)
export(getTopLactateSensors)
export(getTopProducers)
export(getTopSensors)
export(identifyCellTypeSpecificMetabolites)
export(identifyCommunicationHotspots)
export(inferLactateSignaling)
export(inferProduction)
export(inferSensing)
export(inferSpatialLactateSignaling)
export(listGenes)
export(listMetabolites)
export(listTopPathways)
export(loadScMetaLink)
export(plotCommunicationCircle)
export(plotCommunicationHeatmap)
export(plotCommunicationNetwork)
export(plotDifferentialCommunication)
export(plotEnrichedPathways)
export(plotLactatePathwayComparison)
export(plotLactateSignaling)
export(plotMetaboliteProfile)
export(plotPathwayCommunication)
export(plotSpatialCellTypes)
export(plotSpatialCommunicationNetwork)
export(plotSpatialComparison)
export(plotSpatialDistanceDistribution)
export(plotSpatialFeature)
export(plotSpatialHotspots)
export(plotSpatialLactate)
export(plotTopInteractions)
export(runScMetaLink)
export(runScMetaLinkSeurat)
export(saveScMetaLink)
export(searchGene)
export(searchMetabolite)
export(summarizeCommunicationPairs)
export(summarizePathwayActivity)
exportClasses(scMetaLink)
exportMethods(getCommunicationScores)
exportMethods(getParameters)
exportMethods(getPathwayAggregated)
exportMethods(getProductionScores)
exportMethods(getSensingScores)
exportMethods(getSignificantInteractions)
exportMethods(show)
import(ggplot2)
import(methods)
importFrom(Matrix,Matrix)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,title)
importFrom(stats,aggregate)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,phyper)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)