-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
162 lines (161 loc) · 4.2 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Generated by roxygen2: do not edit by hand
export("fqName<-")
export(FastpData)
export(FastpDataList)
export(FastqcData)
export(FastqcDataList)
export(estGcDistn)
export(fqName)
export(gcAvail)
export(getGC)
export(importNgsLogs)
export(importSJ)
export(isCompressed)
export(mData)
export(maxAdapterContent)
export(overRep2Fasta)
export(plotAdapterContent)
export(plotAlignmentSummary)
export(plotAssemblyStats)
export(plotBaseQuals)
export(plotDupLevels)
export(plotFastqcPCA)
export(plotGcContent)
export(plotInsertSize)
export(plotKmers)
export(plotNContent)
export(plotOverrep)
export(plotReadTotals)
export(plotSeqContent)
export(plotSeqLengthDistn)
export(plotSeqQuals)
export(plotSummary)
export(pwf)
export(readTotals)
export(summariseOverrep)
export(writeHtmlReport)
exportMethods("[")
exportMethods("fqName<-")
exportMethods(estGcDistn)
exportMethods(fqName)
exportMethods(fqcVersion)
exportMethods(gcAvail)
exportMethods(getColours)
exportMethods(getGC)
exportMethods(getModule)
exportMethods(getSummary)
exportMethods(mData)
exportMethods(overRep2Fasta)
exportMethods(path)
exportMethods(plotAdapterContent)
exportMethods(plotBaseQuals)
exportMethods(plotDupLevels)
exportMethods(plotFastqcPCA)
exportMethods(plotGcContent)
exportMethods(plotInsertSize)
exportMethods(plotKmers)
exportMethods(plotNContent)
exportMethods(plotOverrep)
exportMethods(plotReadTotals)
exportMethods(plotSeqContent)
exportMethods(plotSeqLengthDistn)
exportMethods(plotSeqQuals)
exportMethods(plotSummary)
exportMethods(setAlpha)
exportMethods(setColours)
exportMethods(summariseOverrep)
import(ggplot2)
import(lifecycle)
import(patchwork)
import(tibble)
importFrom(BiocGenerics,width)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,letterFrequency)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,subseq)
importFrom(dplyr,across)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,group_by)
importFrom(dplyr,if_all)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,reframe)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_rev)
importFrom(ggdendro,segment)
importFrom(ggdendro,theme_dendro)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rgb)
importFrom(grid,unit)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,validate)
importFrom(lubridate,as_datetime)
importFrom(lubridate,dhours)
importFrom(lubridate,dminutes)
importFrom(lubridate,dseconds)
importFrom(lubridate,parse_date_time)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plotly_empty)
importFrom(plotly,subplot)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(scales,comma)
importFrom(scales,label_percent)
importFrom(scales,percent)
importFrom(scales,percent_format)
importFrom(stats,as.dendrogram)
importFrom(stats,as.formula)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,lm.fit)
importFrom(stats,na.omit)
importFrom(stats,order.dendrogram)
importFrom(stats,prcomp)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(stringr,str_count)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_subset)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble_row)
importFrom(tidyr,complete)
importFrom(tidyr,nest)
importFrom(tidyr,nesting)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(utils,unzip)
importFrom(zoo,na.locf)
importMethodsFrom(BiocGenerics,path)