-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·35 lines (34 loc) · 1002 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(ConvertTimeToHours)
export(GetResourceUsage)
export(check_is_this_class)
export(check_is_tree)
export(check_setequal_tree_mat)
export(check_tree_clustering)
export(check_tree_is_rooted)
export(get_anc_alleles)
export(get_indel_info_from_annotations)
export(get_largest_subtree)
export(get_major_alleles)
export(get_snp_info_from_annotations)
export(is_this_class)
export(load_if_path)
export(make_all_tree_edges_positive)
export(make_binary_matrix)
export(parse_indels)
export(parse_snp_or_indel)
export(parse_snps)
export(remove_NA_rows)
export(remove_alt_allele_code_from_split_rows)
export(remove_rows_with_bugs)
export(remove_rows_with_multiple_annots)
export(remove_rows_with_no_variants_or_completely_masked)
export(remove_snps)
export(remove_snps_or_indel)
export(remove_unknown_alleles)
export(remove_unknown_anc)
export(reverse_list_str)
export(root_tree_og)
export(split_rows_with_multiple_annots)
importFrom(magrittr,"%>%")