-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
104 lines (103 loc) · 2.91 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
# Generated by roxygen2: do not edit by hand
S3method(.DollarNames,AbstractTopDownSet)
S3method(all,equal.AbstractTopDownSet)
export(FragmentViews)
export(createExperimentsFragmentOptimisation)
export(createTngFusionMethFiles)
export(expandMs1Conditions)
export(expandTms2Conditions)
export(readTopDownFiles)
export(runScanHeadsman)
export(runXmlMethodChanger)
export(validMs1Settings)
export(validTms2Settings)
export(writeMethodXmls)
exportMethods("$")
exportMethods("$<-")
exportMethods("[")
exportMethods("[[")
exportMethods("[[<-")
exportMethods("colData<-")
exportMethods("conditionData<-")
exportMethods(aggregate)
exportMethods(assayData)
exportMethods(bestConditions)
exportMethods(colData)
exportMethods(combine)
exportMethods(conditionData)
exportMethods(conditionNames)
exportMethods(dim)
exportMethods(dimnames)
exportMethods(filterCv)
exportMethods(filterInjectionTime)
exportMethods(filterIntensity)
exportMethods(filterNonReplicatedFragments)
exportMethods(fragmentationMap)
exportMethods(mz)
exportMethods(normalize)
exportMethods(removeEmptyConditions)
exportMethods(rowViews)
exportMethods(show)
exportMethods(summary)
exportMethods(updateConditionNames)
exportMethods(updateMedianInjectionTime)
import(BiocGenerics)
import(Biostrings)
import(ProtGenerics)
import(S4Vectors)
import(methods)
importClassesFrom(MSnbase,MSnSet)
importClassesFrom(Matrix,Matrix)
importClassesFrom(Matrix,dgCMatrix)
importFrom(Biobase,assayData)
importFrom(Matrix,Matrix)
importFrom(Matrix,crossprod)
importFrom(Matrix,drop0)
importFrom(Matrix,nnzero)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,sparseVector)
importFrom(Matrix,tcrossprod)
importFrom(PSMatch,calculateFragments)
importFrom(PSMatch,defaultNeutralLoss)
importFrom(PSMatch,getAminoAcids)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(mzR,close)
importFrom(mzR,header)
importFrom(mzR,openMSfile)
importFrom(mzR,peaks)
importFrom(mzR,runInfo)
importFrom(stats,ave)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,.DollarNames)
importFrom(utils,modifyList)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)