-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
65 lines (64 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(annotate_with_biomart)
export(calculate_fisher)
export(check_fast5_filetype)
export(check_tails)
export(combine_gafs)
export(correct_class_data)
export(correct_labels)
export(correct_residue_data)
export(count_class)
export(count_nonA_abundance)
export(count_residues)
export(create_gaf)
export(create_gaf_list)
export(create_gaf_list_A)
export(create_outputs)
export(create_tail_chunk_list)
export(create_tail_chunk_list_A)
export(create_tail_chunk_list_trainingset)
export(create_tail_feature_list)
export(create_tail_feature_list_A)
export(create_tail_feature_list_trainingset)
export(extract_polya_data)
export(extract_tail_data)
export(extract_tail_data_trainingset)
export(filter_nonA_chunks_trainingset)
export(filter_signal_by_threshold)
export(filter_signal_by_threshold_trainingset)
export(get_mode)
export(load_keras_model)
export(merge_nonA_tables)
export(nanopolish_qc)
export(nonA_fisher)
export(plot_class_counts)
export(plot_gaf)
export(plot_multiple_gaf)
export(plot_nanopolish_qc)
export(plot_nonA_abundance)
export(plot_panel_characteristics)
export(plot_residue_counts)
export(plot_rug_density)
export(plot_squiggle)
export(plot_tail_chunk)
export(plot_tail_distribution)
export(plot_tail_range)
export(predict_gaf_classes)
export(prepare_trainingset)
export(read_class_multiple)
export(read_class_single)
export(read_residue_multiple)
export(read_residue_single)
export(reclassify_ninetails_data)
export(split_tail_centered)
export(split_tail_centered_trainingset)
export(split_with_overlaps)
export(spread_nonA_residues)
export(substitute_gaps)
export(summarize_nonA)
export(winsorize_signal)
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(utils,head)