-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
55 lines (54 loc) · 1.39 KB
/
NAMESPACE
File metadata and controls
55 lines (54 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
export(MonteCarlo_similarity)
export(add_cladelab)
export(add_terminal_label)
export(as_classified.phylo)
export(attach_information_content)
export(bind_entities)
export(calc_number_overlap)
export(calc_similarity_data)
export(chemical_identifiers)
export(circ_tree_boxplot)
export(classify_datatable)
export(classify_inchikeys)
export(classify_structures)
export(cluster_tree)
export(count_descendants)
export(display_overlap)
export(display_subtree)
export(generate_balanced)
export(generate_caterpillar)
export(generate_heatmap)
export(generate_information_content)
export(generate_parent_child)
export(generate_star)
export(generate_taxonomy_tree)
export(generate_topology)
export(get_all_clades)
export(get_cutoffs)
export(get_label_from_node)
export(get_levels)
export(get_node_from_label)
export(get_node_level)
export(jaccard_similarity)
export(jiang_conrath_similarity)
export(label_bars)
export(lin_similarity)
export(prune_tree)
export(query_classyfire)
export(resnik_similarity)
export(side_by_side_trees)
export(similarity_matrix)
export(simulate_trees)
exportClasses(HazardComparisonDashboard)
import(ComplexHeatmap)
import(data.table)
import(data.tree)
import(ggplot2)
import(ggtree)
import(ggtreeExtra)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(magrittr,"%>%")
importFrom(magrittr,`%>%`)
useDynLib(treecompareR, .registration = TRUE)