-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
126 lines (125 loc) · 3.3 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Generated by roxygen2: do not edit by hand
export(IsomirDataSeqFromFiles)
export(IsomirDataSeqFromMirtop)
export(IsomirDataSeqFromRawData)
export(findTargets)
export(isoAnnotate)
export(isoCounts)
export(isoDE)
export(isoNetwork)
export(isoNorm)
export(isoPlot)
export(isoPlotNet)
export(isoPlotPosition)
export(isoTop)
export(mirna2targetscan)
export(updateIsomirDataSeq)
exportClasses("IsomirDataSeq")
exportMethods("counts")
exportMethods("counts<-")
exportMethods("design")
exportMethods("design<-")
exportMethods("isoSelect")
import(Biobase)
import(BiocGenerics)
import(DESeq2)
import(GGally)
import(GenomicRanges)
import(IRanges)
import(S4Vectors)
import(SummarizedExperiment)
import(cluster)
import(gtools)
import(methods)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,mget)
importFrom(AnnotationDbi,revmap)
importFrom(DEGreport,degPCA)
importFrom(DEGreport,degPatterns)
importFrom(RColorBrewer,brewer.pal)
importFrom(broom,tidy)
importFrom(cowplot,plot_grid)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,stat_smooth)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(gplots,heatmap.2)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,pairs)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(grid,unit.pmax)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(limma,voom)
importFrom(readr,read_tsv)
importFrom(reshape,melt)
importFrom(reshape,melt.array)
importFrom(reshape,melt.data.frame)
importFrom(reshape,melt.list)
importFrom(rlang,sym)
importFrom(stats,as.dist)
importFrom(stats,as.hclust)
importFrom(stats,cutree)
importFrom(stats,deviance)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,model.matrix)
importFrom(stats,nlminb)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,prop.test)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(stringr,str_count)
importFrom(stringr,str_extract)
importFrom(tibble,column_to_rownames)
importFrom(tibble,remove_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyr,separate_rows)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)