-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (26 loc) · 717 Bytes
/
NAMESPACE
File metadata and controls
27 lines (26 loc) · 717 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(createParalogPlots)
export(create_ggkegg)
export(fetchKeggReactions)
export(getPathwayNumber)
export(loadEnrichResults)
export(loadGeneData)
export(plotParalogs)
export(process_ggkegg)
import(ggplot2)
importFrom(AnnotationDbi,select)
importFrom(KEGGREST,keggList)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(edgeR,topTags)
importFrom(ggkegg,ggkegg)
importFrom(ggkegg,overlay_raw_map)
importFrom(magrittr,"%>%")
importFrom(stringr,str_remove_all)
importFrom(stringr,str_split)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,separate_rows)