-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
127 lines (126 loc) · 3.29 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
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
# Generated by roxygen2: do not edit by hand
export("GeneSymbol<-")
export("Localisation<-")
export("Residue<-")
export("Sequence<-")
export("Site<-")
export("UniprotID<-")
export(GeneSymbol)
export(Localisation)
export(PhosphoExperiment)
export(RUVphospho)
export(RUVproteome)
export(Residue)
export(Sequence)
export(Signalomes)
export(Site)
export(UniprotID)
export(createFrequencyMat)
export(frequencyScoring)
export(getSPS)
export(kinaseSubstrateHeatmap)
export(kinaseSubstratePred)
export(kinaseSubstrateProfile)
export(kinaseSubstrateScore)
export(mIntersect)
export(mUnion)
export(matANOVA)
export(meanAbundance)
export(medianScaling)
export(minmax)
export(pathwayOverrepresent)
export(pathwayRankBasedEnrichment)
export(phosCollapse)
export(plotKinaseNetwork)
export(plotQC)
export(plotSignalomeMap)
export(ptImpute)
export(scImpute)
export(selectGrps)
export(selectLocalisedSites)
export(selectOverallPercent)
export(selectTimes)
export(siteAnnotate)
export(standardise)
export(tImpute)
exportClasses(PhosphoExperiment)
exportMethods("GeneSymbol<-")
exportMethods("Localisation<-")
exportMethods("Residue<-")
exportMethods("Sequence<-")
exportMethods("Site<-")
exportMethods("UniprotID<-")
exportMethods("[")
exportMethods("[<-")
exportMethods(GeneSymbol)
exportMethods(Localisation)
exportMethods(Residue)
exportMethods(Sequence)
exportMethods(Site)
exportMethods(UniprotID)
exportMethods(cbind)
exportMethods(rbind)
import(circlize)
import(e1071)
import(pheatmap)
import(stats)
importClassesFrom(S4Vectors,DataFrame)
importClassesFrom(S4Vectors,SimpleList)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(BiocGenerics,cbind)
importFrom(BiocGenerics,rbind)
importFrom(GGally,ggnet2)
importFrom(RColorBrewer,brewer.pal)
importFrom(S4Vectors,SimpleList)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(dendextend,labels_colors)
importFrom(dplyr,"%>%")
importFrom(dplyr,count)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(ggdendro,ggdendrogram)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggpubr,ggarrange)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(graphics,title)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(limma,normalizeMedianAbsValues)
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(network,network)
importFrom(pcaMethods,pca)
importFrom(preprocessCore,normalize.quantiles)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(ruv,RUVIII)
importFrom(stats,cor)
importFrom(stats,hclust)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,spread)
importFrom(utils,data)
importFrom(utils,stack)
importFrom(utils,tail)