-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
48 lines (47 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
export(DESeq4MAE)
export(add_gnomAD_AF)
export(plotAllelicCounts)
export(plotMA4MAE)
import(data.table)
importFrom(BiocGenerics,estimateSizeFactors)
importFrom(BiocGenerics,plotDispEsts)
importFrom(BiocGenerics,pos)
importFrom(BiocGenerics,score)
importFrom(BiocGenerics,start)
importFrom(DESeq2,"counts<-")
importFrom(DESeq2,"dispersions<-")
importFrom(DESeq2,"normalizationFactors<-")
importFrom(DESeq2,"sizeFactors<-")
importFrom(DESeq2,DESeqDataSet)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,counts)
importFrom(DESeq2,dispersions)
importFrom(DESeq2,estimateSizeFactorsForMatrix)
importFrom(DESeq2,fpkm)
importFrom(DESeq2,fpm)
importFrom(DESeq2,makeExampleDESeqDataSet)
importFrom(DESeq2,nbinomWaldTest)
importFrom(DESeq2,normalizationFactors)
importFrom(DESeq2,replaceOutliers)
importFrom(DESeq2,results)
importFrom(DESeq2,show)
importFrom(DESeq2,sizeFactors)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicScores,populations)
importFrom(GenomicScores,seqnames)
importFrom(IRanges,IRanges)
importFrom(S4Vectors,DataFrame)
importFrom(dplyr,left_join)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(magrittr,"%>%")