-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 1.47 KB
/
NAMESPACE
File metadata and controls
57 lines (56 loc) · 1.47 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
56
57
# Generated by roxygen2: do not edit by hand
export(TriSimilarity)
export(analyze_paralog_divergence)
export(as.TriSimilarity)
export(cache_clear)
export(cache_list)
export(calculate_ccs)
export(calculate_mi_clr)
export(calculate_ors)
export(calculate_pcc_mr)
export(collapse_orthologs)
export(diagnose_reference)
export(expand_reference_iteratively)
export(extractColumn)
export(extractColumns)
export(extractRows)
export(handle_multicopy_orthologs)
export(is.TriSimilarity)
export(loadTriSimilarity)
export(plot_ccs_vs_ors)
export(plot_ors_by_type)
export(plot_ors_distribution)
export(saveTriSimilarity)
export(summarize_conservation)
export(test_ors_significance)
exportClasses(TriSimilarity)
exportMethods("[")
exportMethods(as.matrix)
exportMethods(dim)
exportMethods(dimnames)
exportMethods(extractColumn)
exportMethods(extractColumns)
exportMethods(extractRows)
exportMethods(show)
importFrom(Rcpp,sourceCpp)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(furrr,future_map_dbl)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(methods,callNextMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,setValidity)
importFrom(methods,show)
importFrom(rlang,.data)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,object.size)
useDynLib(coexpr, .registration = TRUE)