-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
46 lines (45 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(annotate_with_annotables)
export(annotate_with_biomart)
export(annotate_with_org_packages)
export(calculate_diff_exp_binom)
export(calculate_pca)
export(calculate_polya_stats)
export(calculate_scaling_vector_for_virutal_gel)
export(get_nanopolish_processing_info)
export(getmode)
export(gm_mean)
export(kruskal_polya)
export(nanoTailApp)
export(nanotail_ggplot2_theme)
export(normalize_counts_to_depth)
export(plot_MA)
export(plot_annotations_comparison_boxplot)
export(plot_counts_scatter)
export(plot_nanopolish_qc)
export(plot_polyA_PCA)
export(plot_polya_boxplot)
export(plot_polya_distribution)
export(plot_polya_violin)
export(plot_quantiles)
export(plot_virtual_gel)
export(plot_volcano)
export(read_polya_multiple)
export(read_polya_single)
export(remove_failed_reads)
export(spread_multiple)
export(stat_median_line)
export(subsample_table)
export(summarize_polya)
export(summarize_polya_per_transcript)
importFrom(magrittr,"%>%")
importFrom(stats,as.formula)
importFrom(stats,glm)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,sd)
importFrom(stats,wilcox.test)
importFrom(tibble,tibble)
importFrom(utils,packageVersion)