-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
59 lines (58 loc) · 1.44 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
# Generated by roxygen2: do not edit by hand
export(CFG_DEFAULTS)
export(align_alleles)
export(analyze_dataset)
export(analyze_sample)
export(analyze_sample_guided)
export(analyze_sample_naive)
export(analyze_seqs)
export(apply_config)
export(calc_genotype_distance)
export(categorize_genotype_results)
export(cfg)
export(find_closest_matches)
export(full_analysis)
export(histogram)
export(load_allele_names)
export(load_config)
export(load_csv)
export(load_dataset)
export(load_genotypes)
export(load_locus_attrs)
export(load_seqs)
export(main)
export(make_dist_mat)
export(make_dist_mat_known)
export(make_read_primer_table)
export(match_known_genotypes)
export(plot_alignment)
export(plot_cts_per_locus)
export(plot_dist_mat)
export(plot_heatmap)
export(plot_heatmap_artifacts)
export(plot_heatmap_homozygous)
export(plot_heatmap_prominent_seqs)
export(plot_heatmap_proportions)
export(plot_heatmap_stutter)
export(prepare_dataset)
export(report_genotypes)
export(report_idents)
export(revcmp)
export(sample_analysis_funcs)
export(sample_summary_funcs)
export(save_alignment_images)
export(save_alignments)
export(save_allele_seqs)
export(save_csv)
export(save_dataset)
export(save_dist_mat)
export(save_histograms)
export(save_results_summary)
export(save_sample_data)
export(save_seqfile_data)
export(summarize_attribute)
export(summarize_dataset)
export(summarize_sample)
export(summarize_sample_guided)
export(tabulate_allele_names)
export(tally_cts_per_locus)