-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
88 lines (87 loc) · 2.35 KB
/
Copy pathNAMESPACE
File metadata and controls
88 lines (87 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
# Generated by roxygen2: do not edit by hand
export(build_gsea_gt_table)
export(build_gsea_plots)
export(build_gt_gene_lists)
export(build_gt_table)
export(calculate_go_enrichment)
export(calculate_go_enrichment_table)
export(check_and_unlog_pvalues)
export(clean_gene_names)
export(create_logger)
export(create_publication_plot)
export(create_structure_logger)
export(diagnose_and_clean_data)
export(diagnose_expression_column)
export(diagnose_input_columns_and_remove_NA)
export(filter_gsea_results)
export(identify_top_go_enrichment)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbIsValid)
importFrom(R6,R6Class)
importFrom(RSQLite,SQLite)
importFrom(digest,digest)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,glimpse)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(gt,cell_fill)
importFrom(gt,cell_text)
importFrom(gt,cells_body)
importFrom(gt,cells_column_labels)
importFrom(gt,cells_row_groups)
importFrom(gt,cols_hide)
importFrom(gt,cols_label)
importFrom(gt,fmt_markdown)
importFrom(gt,fmt_number)
importFrom(gt,gt)
importFrom(gt,pct)
importFrom(gt,px)
importFrom(gt,tab_footnote)
importFrom(gt,tab_header)
importFrom(gt,tab_options)
importFrom(gt,tab_row_group)
importFrom(gt,tab_style)
importFrom(htmltools,HTML)
importFrom(httr,GET)
importFrom(httr,PATCH)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(rlang,"!!")
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(shiny,is.reactive)
importFrom(shiny,isolate)
importFrom(shinyalert,shinyalert)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,phyper)
importFrom(tibble,tibble)