-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
69 lines (68 loc) · 1.73 KB
/
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
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
# Generated by roxygen2: do not edit by hand
export(PamchipData_PTK)
export(PamchipData_STK)
export(assign_kinases)
export(assign_kinases_guided)
export(classes)
export(compare_kinased_graphs)
export(equalize_kinase_graphs)
export(exp_data)
export(filter_peptides)
export(fit_standardized)
export(kinnet_hamming)
export(kinnet_normalized_hamming)
export(kinnet_normalized_shd)
export(kinnet_shd)
export(make_model)
export(peptides)
export(pheno_data)
export(render_kinased_graph)
export(render_reduced_kinased_graph)
export(subset_data)
export(update_probability_matrix)
exportClasses("PamchipData-PTK")
exportClasses("PamchipData-STK")
exportMethods(classes)
exportMethods(exp_data)
exportMethods(peptides)
exportMethods(pheno_data)
import(bnlearn)
import(dplyr)
import(methods)
import(purrr)
import(readr)
import(stringr)
import(tibble)
import(tidyr)
import(tidyselect)
importFrom(Rgraphviz,layoutGraph)
importFrom(Rgraphviz,renderGraph)
importFrom(bnlearn,add.node)
importFrom(bnlearn,graphviz.compare)
importFrom(bnlearn,hamming)
importFrom(bnlearn,nodes)
importFrom(bnlearn,shd)
importFrom(dplyr,across)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(effectsize,standardize_parameters)
importFrom(graph,edgeRenderInfo)
importFrom(graph,graphRenderInfo)
importFrom(graph,nodeRenderInfo)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stringr,str_glue)
importFrom(tibble,as_tibble)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest_wider)
importFrom(tidyselect,vars_select_helpers)
importFrom(utils,data)