-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
88 lines (87 loc) · 1.83 KB
/
NAMESPACE
File metadata and controls
88 lines (87 loc) · 1.83 KB
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
# Generated by roxygen2: do not edit by hand
export(PAC)
export(PAC_analyze)
export(PAC_annotate)
export(PAC_check)
export(PAC_covplot)
export(PAC_create)
export(PAC_deseq)
export(PAC_filter)
export(PAC_filtsep)
export(PAC_gtf)
export(PAC_jitter)
export(PAC_mapper)
export(PAC_nbias)
export(PAC_norm)
export(PAC_pca)
export(PAC_pie)
export(PAC_saturation)
export(PAC_sizedist)
export(PAC_stackbar)
export(PAC_summary)
export(PAC_trna)
export(add_reanno)
export(anno)
export(as.PAC)
export(as.reanno)
export(counts)
export(filtsep_bin)
export(full)
export(import_reanno)
export(make_PAC)
export(make_conv)
export(make_counts)
export(make_cutadapt)
export(make_pheno)
export(make_reanno)
export(make_trim)
export(map_rangetype)
export(map_reanno)
export(merge_lanes)
export(norm)
export(overview)
export(pheno)
export(reanno)
export(show.PAC)
export(simplify_reanno)
export(summary)
export(tRNA_class)
exportClasses(PAC)
exportClasses(reanno)
exportMethods("anno<-")
exportMethods("counts<-")
exportMethods("full<-")
exportMethods("norm<-")
exportMethods("overview<-")
exportMethods("pheno<-")
exportMethods("summary<-")
exportMethods(anno)
exportMethods(colnames)
exportMethods(counts)
exportMethods(full)
exportMethods(length)
exportMethods(names)
exportMethods(ncol)
exportMethods(norm)
exportMethods(nrow)
exportMethods(overview)
exportMethods(pheno)
exportMethods(rownames)
exportMethods(summary)
import(stats)
importClassesFrom(tibble,tbl_df)
importFrom(S4Vectors,mcols)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,scale_colour_gradient)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setMethod)
importFrom(stats,terms.formula)