-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathNAMESPACE
34 lines (33 loc) · 838 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,qctable)
S3method(summary,qc_aggregate)
export(fastqc)
export(fastqc_install)
export(qc_aggregate)
export(qc_fails)
export(qc_plot)
export(qc_plot_collection)
export(qc_problems)
export(qc_read)
export(qc_read_collection)
export(qc_report)
export(qc_stats)
export(qc_unzip)
export(qc_warns)
import(dplyr)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!!")
importFrom(rlang,syms)