-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
65 lines (64 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(DT_makeURLfor)
export(checkIDmappingEfficiency)
export(copy_bfabric_2grpGSEA)
export(copy_bfabric_ClusterProfiler)
export(copy_gsea_report)
export(copy_multigroup_GSEA)
export(copy_ora_report)
export(cp_addurls_GO)
export(cp_clusterDPAEuclideanDist)
export(cp_clusterHClustEuclideanDist)
export(cp_clusterHClustEuclideanDistDeepslit)
export(cp_compClust)
export(cp_filterforNA)
export(dist_JK)
export(fgsea_leading_edge_too_char)
export(fgsea_msigdb)
export(fgsea_msigdb_collections)
export(fgsea_rank)
export(fgsea_rank_contrasts)
export(getMsigdbGenesets)
export(get_UniprotID_from_fasta_header)
export(makeGPS_wrappR)
export(map_ids_2ways)
export(map_ids_annotationHub)
export(map_ids_uniprot)
export(mapthe)
export(plotK)
export(runSIGORA)
export(runWebGestaltGSEA)
export(runWebGestaltORA)
export(run_fgsea_for_allContrasts)
export(run_fgsea_for_allGeneSets)
export(sigoraWrappR)
export(sigora_upsetR)
importFrom(AnnotationDbi,mapIds)
importFrom(GO.db,GO.db)
importFrom(S4Vectors,na.omit)
importFrom(UpSetR,fromList)
importFrom(UpSetR,upset)
importFrom(WebGestaltR,WebGestaltR)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(magrittr,"%>%")
importFrom(org.Hs.eg.db,org.Hs.eg.db)
importFrom(reactome.db,reactome.db)
importFrom(readr,read_delim)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(sigora,makeGPS)
importFrom(sigora,ora)
importFrom(sigora,sigora)
importFrom(tibble,enframe)
importFrom(tidyr,nest)
importFrom(tidyr,separate)
importFrom(tidyr,separate_rows)
importFrom(tidyr,spread)