-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
91 lines (90 loc) · 2.42 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
export(Annotate_SPID)
export(DGE)
export(DownloadArchS4)
export(Enrichment)
export(Enrichment_barplot)
export(GEOmetadata)
export(Gene2SProtein)
export(SVenn)
export(Splot)
export(TCGA_download)
export(combine_fisher_invnorm)
export(enrichr)
export(enrichr_download)
export(listEnrichrDbs)
export(metaRNAseq)
export(plotPCA)
export(setEnrichrSite)
import(BiocFileCache)
import(SPsimSeq)
import(biomaRt)
import(knitr)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,counts)
importFrom(DESeq2,results)
importFrom(SummarizedExperiment,assay)
importFrom(TCGAbiolinks,GDCdownload)
importFrom(TCGAbiolinks,GDCprepare)
importFrom(TCGAbiolinks,GDCquery)
importFrom(assertr,col_concat)
importFrom(dplyr,group_by)
importFrom(dplyr,relocate)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(edgeR,cpm)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,hist)
importFrom(gridExtra,marrangeGrob)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(httr,status_code)
importFrom(httr,use_proxy)
importFrom(magrittr,"%>%")
importFrom(metaRNASeq,fishercomb)
importFrom(metaRNASeq,invnorm)
importFrom(openxlsx,read.xlsx)
importFrom(openxlsx,write.xlsx)
importFrom(rhdf5,H5close)
importFrom(rhdf5,h5read)
importFrom(rjson,fromJSON)
importFrom(scales,hue_pal)
importFrom(stats,as.formula)
importFrom(stats,prcomp)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tidyr,separate_rows)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,write.table)
importFrom(venn,venn)