-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 738 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 738 Bytes
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
# Generated by roxygen2: do not edit by hand
export(epidecodeR)
export(get_empirical_table)
export(get_eventcounts)
export(get_grpcounts)
export(get_grptables)
export(get_signtest)
export(get_theoretical_table)
export(makeplot)
export(plot_test)
exportClasses(epidecodeR)
import(EnvStats)
import(dplyr)
import(ggplot2)
import(ggpubr)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,elementMetadata)
importFrom(GenomicRanges,findOverlaps)
importFrom(IRanges,IRanges)
importFrom(ggplot2,aes)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(rstatix,tukey_hsd)
importFrom(rtracklayer,import)
importFrom(stats,aov)
importFrom(stats,na.omit)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(utils,read.table)