-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
98 lines (97 loc) · 2.35 KB
/
Copy pathNAMESPACE
File metadata and controls
98 lines (97 loc) · 2.35 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
export(as_annotation_list)
export(binomial)
export(calculate_complex_auc)
export(calculate_features)
export(calculate_precision)
export(combine_matrices)
export(dice)
export(filter_matrix)
export(filter_pairs)
export(gaf_colnames)
export(get_splits)
export(go_roots)
export(hamming)
export(impute_missing_features)
export(jaccard)
export(kendall_zi)
export(label_pairs)
export(merge_features)
export(metrics)
export(plot_pr)
export(plot_roc)
export(read_corum)
export(read_gaf)
export(read_maxquant)
export(replace_missing_values)
export(sanitize_missing_values)
export(score_interactions)
export(score_pairs)
export(threshold_precision)
export(to_adjacency_matrix)
export(to_pairwise_df)
export(transform_matrix)
export(wtd_rank)
import(LiblineaR)
import(ggplot2)
import(naivebayes)
import(pcaPP)
import(ranger)
import(speedglm)
importFrom(AUC,auc)
importFrom(AUC,roc)
importFrom(GENIE3,GENIE3)
importFrom(Pigengene,dcor.matrix)
importFrom(WGCNA,bicor)
importFrom(WGCNA,mutualInfoAdjacency)
importFrom(arules,dissimilarity)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,ungroup)
importFrom(gtools,permutations)
importFrom(lsa,cosine)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(magrittr,set_colnames)
importFrom(pbapply,pbapply)
importFrom(propr,perb)
importFrom(propr,phis)
importFrom(purrr,map)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(readr,read_tsv)
importFrom(reshape2,melt)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,pbinom)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_count)
importFrom(tester,is_square_matrix)
importFrom(tidyr,crossing)
importFrom(tidyr,drop_na)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(treeClust,treeClust)
importFrom(treeClust,treeClust.control)
importFrom(utils,read.delim)
importFrom(utils,unstack)
importFrom(vegan,vegdist)
importFrom(wccsom,wcc)