-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
129 lines (128 loc) · 2.82 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
128
129
# Generated by roxygen2: do not edit by hand
export(PSM2Pep)
export(Pep2Prn)
export(Ref2Entrez)
export(Uni2Entrez)
export(anal_KinSub)
export(anal_pepNMF)
export(anal_prnNMF)
export(anal_prnString)
export(anal_prnTrend)
export(cluego)
export(contain_chars_in)
export(contain_str)
export(end_with_str)
export(ends_with_chars_in)
export(env_where)
export(extract_psm_raws)
export(extract_raws)
export(geom_table)
export(gspaMap)
export(imputeNA)
export(join_mgfs)
export(labEffPSM)
export(load_dbs)
export(load_expts)
export(map_to_entrez)
export(mergePep)
export(mfixBrukerMGF)
export(mprocBrukerMGF)
export(msubsetBrukerMGF)
export(normPSM)
export(normSD)
export(not_contain_chars_in)
export(not_contain_str)
export(pepCorr_logFC)
export(pepCorr_logInt)
export(pepEucDist)
export(pepGSPA)
export(pepHM)
export(pepHist)
export(pepImp)
export(pepLDA)
export(pepMDS)
export(pepPCA)
export(pepSig)
export(pepVol)
export(plot_metaNMF)
export(plot_pepNMFCoef)
export(plot_pepNMFCon)
export(plot_prnNMFCoef)
export(plot_prnNMFCon)
export(plot_prnTrend)
export(prepGO)
export(prepMSig)
export(prepString)
export(prnCorr_logFC)
export(prnCorr_logInt)
export(prnEucDist)
export(prnGSEA)
export(prnGSPA)
export(prnGSPAHM)
export(prnGSVA)
export(prnHM)
export(prnHist)
export(prnImp)
export(prnLDA)
export(prnMDS)
export(prnPCA)
export(prnSig)
export(prnVol)
export(proteo_hm)
export(purgePSM)
export(purgePep)
export(reorderCols2)
export(simulUniprotPSM)
export(standPep)
export(standPrn)
export(start_with_chars_in)
export(start_with_str)
import(GGally)
import(RColorBrewer)
import(cluster)
import(dplyr)
import(forcats)
import(fs)
import(ggplot2)
import(limma)
import(openxlsx)
import(org.Hs.eg.db)
import(org.Mm.eg.db)
import(org.Rn.eg.db)
import(pheatmap)
import(purrr)
import(readr)
import(readxl)
import(rlang, except = c(list_along, invoke, flatten_raw,
modify, as_function, flatten_dbl, flatten_lgl, flatten_int, flatten_chr,
splice, flatten, prepend, "%@%", ":="))
import(stringr)
import(tidyr)
importFrom(Biobase,ExpressionSet)
importFrom(MASS,ginv)
importFrom(MASS,isoMDS)
importFrom(MASS,lda)
importFrom(cluster,clusGap)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(e1071,cmeans)
importFrom(fastmatch,"%fin%")
importFrom(fs,file_info)
importFrom(limma,vennDiagram)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(magrittr,equals)
importFrom(magrittr,is_greater_than)
importFrom(magrittr,not)
importFrom(mixtools,normalmixEM)
importFrom(purrr,walk)
importFrom(readr,read_tsv)
importFrom(readxl,read_excel)
importFrom(rlang,expr)
importFrom(rlang,exprs)
importFrom(stringr,str_length)
importFrom(stringr,str_split)
importFrom(tidyr,gather)
importFrom(tools,md5sum)