-
Notifications
You must be signed in to change notification settings - Fork 25
/
NAMESPACE
107 lines (106 loc) · 2.14 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
# Generated by roxygen2: do not edit by hand
S3method(print,PTXQC_table)
export(FilenameMapper)
export(LCS)
export(LCSn)
export(QCMetaFilenames)
export(RTalignmentTree)
export(YAMLClass)
export(assembleMZQC)
export(assignBlocks)
export(boxplotCompare)
export(byX)
export(byXflex)
export(correctSetSize)
export(createReport)
export(createYaml)
export(delLCP)
export(delLCS)
export(getECDF)
export(getFragmentErrors)
export(getHTMLTable)
export(getMQPARValue)
export(getMaxima)
export(getPCA)
export(getReportFilenames)
export(grepv)
export(lcpCount)
export(lcsCount)
export(longestCommonPrefix)
export(longestCommonSuffix)
export(modsToTable)
export(modsToTableByRaw)
export(mosaicize)
export(pasten)
export(pastet)
export(peakWidthOverTime)
export(plotTable)
export(plot_CalibratedMSErr)
export(plot_Charge)
export(plot_ContEVD)
export(plot_ContUser)
export(plot_ContUserScore)
export(plot_ContsPG)
export(plot_CountData)
export(plot_DataOverRT)
export(plot_IDRate)
export(plot_IDsOverRT)
export(plot_IonInjectionTimeOverRT)
export(plot_MBRAlign)
export(plot_MBRIDtransfer)
export(plot_MBRgain)
export(plot_MS2Decal)
export(plot_MS2Oversampling)
export(plot_MissedCleavages)
export(plot_RTPeakWidth)
export(plot_RatiosPG)
export(plot_ScanIDRate)
export(plot_TIC)
export(plot_TopN)
export(plot_TopNoverRT)
export(plot_UncalibratedMSErr)
export(plot_peptideMods)
export(pointsPutX)
export(qcMetric)
export(qualBestKS)
export(qualCentered)
export(qualCenteredRef)
export(qualGaussDev)
export(qualHighest)
export(qualLinThresh)
export(qualMedianDist)
export(qualUniform)
export(read.MQ)
export(renameFile)
export(repEach)
export(shortenStrings)
export(simplifyNames)
export(supCount)
export(theme_blank)
exportClasses(FilenameMapper)
exportClasses(YAMLClass)
exportClasses(qcMetric)
import(R6)
import(R6P)
import(RColorBrewer)
import(UpSetR)
import(data.table)
import(ggdendro)
import(ggplot2)
import(grDevices)
import(grid)
import(gridExtra)
import(gtable)
import(htmlTable)
import(knitr)
import(magrittr)
import(methods)
import(plyr)
import(reshape2, except = c(dcast, melt))
import(rmarkdown)
import(rmzqc)
import(stats)
import(utils)
import(xml2)
import(yaml)
importFrom(seqinr,circle)