-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
56 lines (55 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(a_cellType_gene)
export(a_cellType_gene_max)
export(a_ct_g_allSamples)
export(annotate_components)
export(auto_update_db)
export(calculate_communication)
export(calculate_weight)
export(clean_lrp_database)
export(create_initial_anno_interactions)
export(create_pairwise_pairs)
export(e_cellType_gene)
export(e_cellType_gene_max)
export(e_ct_g_allSamples)
export(extract_params_annointeractions)
export(f_cellType)
export(f_cellType_max)
export(f_ct_allSamples)
export(filter_interactions)
export(filter_pairs_with_ppi)
export(general_stat)
export(import_db)
export(interaction_classes)
export(log2FC)
export(map_gene_data)
export(meanAboveThreshold)
export(mean_e_ct_g_condition)
export(norm_to_max)
export(p)
export(p_cellType_gene)
export(phi)
export(phi_cellType_gene)
export(plot_cumW)
export(plot_fracSamples)
export(plot_meanLig_vs_meanRec)
export(process_adhesive_DB)
export(process_binary_pairs)
export(process_lr_db)
export(rescale)
export(rho)
export(rho_cellType)
export(test_diff)
export(w)
import(dplyr)
import(ggplot2)
import(tidyverse)
importFrom(dplyr,filter)
importFrom(grid,gpar)
importFrom(grid,textGrob)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(utils,combn)