forked from PYangLab/PhosR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·59 lines (58 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
export(RUVphospho)
export(RUVproteome)
export(Signalomes)
export(createFrequencyMat)
export(frequencyScoring)
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(plotQC)
export(ptImpute)
export(scImpute)
export(selectGrps)
export(selectOverallPercent)
export(selectTimes)
export(siteAnnotate)
export(standardise)
export(tImpute)
import(circlize)
import(e1071)
import(pheatmap)
import(stats)
importFrom(RColorBrewer,brewer.pal)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(calibrate,textxy)
importFrom(dendextend,labels_colors)
importFrom(dplyr,"%>%")
importFrom(dplyr,count)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(limma,normalizeMedianAbsValues)
importFrom(methods,is)
importFrom(pcaMethods,pca)
importFrom(preprocessCore,normalize.quantiles)
importFrom(rlang,.data)
importFrom(ruv,RUVIII)
importFrom(stats,hclust)
importFrom(tidyr,pivot_wider)
importFrom(utils,stack)
importFrom(utils,tail)