-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
70 lines (69 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
S3method(get_sample_ids,Metadata)
S3method(get_subset,Metadata)
S3method(make_groups,Metadata)
S3method(select_samples,Metadata)
export(DEGanalysis)
export(Metadata)
export(adjust_p)
export(analyze_degs)
export(anno_genes)
export(annot)
export(annot_align)
export(counts2fpkm)
export(custom_theme)
export(deg_stat)
export(draw_barplot)
export(draw_heatmap)
export(draw_pca)
export(draw_volcano)
export(draw_volcano_ggplot)
export(enricher)
export(fpkm2tpm)
export(logFC)
export(make.pathwaytable)
export(match.genelists)
export(read.pathways)
export(remove_genes)
export(remove_zero)
export(save2pdf)
export(ttest)
export(which_database)
export(wilcox_test)
import(AnnotationDbi)
import(DOSE)
import(Homo.sapiens)
import(Mus.musculus)
import(clusterProfiler)
import(ggplot2)
import(pathview)
import(topGO)
importFrom(AnnotationDbi,mapIds)
importFrom(EnhancedVolcano,EnhancedVolcano)
importFrom(data.table,as.data.table)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,filterByExpr)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(limma,eBayes)
importFrom(limma,getGeneKEGGLinks)
importFrom(limma,getKEGGPathwayNames)
importFrom(limma,lmFit)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(org.Hs.eg.db,org.Hs.eg.db)
importFrom(org.Mm.eg.db,org.Mm.eg.db)
importFrom(pheatmap,pheatmap)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,partial)
importFrom(sqldf,sqldf)
importFrom(stringr,str_starts)