-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 804 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 804 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method("[",pa_matrix)
S3method(as.data.frame,pa_matrix)
S3method(print,orthogroup_result)
S3method(print,pa_matrix)
S3method(print,protein_collection)
S3method(print,protein_set)
export(build_pa_matrix)
export(check_tool_installed)
export(cluster_proteins)
export(filter_by_score)
export(find_tool)
export(get_singletons)
export(load_fasta)
export(load_name_mapping)
export(load_proteins)
export(load_scores)
export(n_singletons)
export(new_orthogroup_result)
export(new_pa_matrix)
export(new_protein_collection)
export(new_protein_set)
export(plot_assembly_composition)
export(plot_dendro)
export(plot_heatmap)
export(plot_pan_structure)
export(plot_scores)
export(plot_upset)
export(singletons_by_assembly)
importFrom(rlang,.data)
importFrom(rlang,.env)