-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
75 lines (74 loc) · 2.05 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
# Generated by roxygen2: do not edit by hand
export(DEXSeqWrapper)
export(addNormalizedAssays)
export(countFeatures)
export(deuBinPlot)
export(diffSplice2)
export(diffSpliceDGEWrapper)
export(diffSpliceWrapper)
export(geneBinHeatmap)
export(geneLevelStats)
export(plotTopGenes)
export(prepareBins)
export(simesAggregation)
import(GenomeInfoDb)
import(GenomicRanges)
import(S4Vectors)
import(SummarizedExperiment)
import(ggplot2)
import(limma)
import(rtracklayer)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,draw)
importFrom(ComplexHeatmap,rowAnnotation)
importFrom(DEXSeq,DEXSeqDataSet)
importFrom(DEXSeq,DEXSeqResults)
importFrom(DEXSeq,estimateDispersions)
importFrom(DEXSeq,estimateExonFoldChanges)
importFrom(DEXSeq,estimateSizeFactors)
importFrom(DEXSeq,perGeneQValue)
importFrom(DEXSeq,testForDEU)
importFrom(GenomicRanges,width)
importFrom(IRanges,CharacterList)
importFrom(IRanges,FactorList)
importFrom(IRanges,IRanges)
importFrom(IRanges,IntegerList)
importFrom(IRanges,LogicalList)
importFrom(IRanges,NumericList)
importFrom(IRanges,extractList)
importFrom(IRanges,mean)
importFrom(Rsubread,featureCounts)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(dplyr,bind_rows)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,diffSpliceDGE)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,filterByExpr)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmQLFit)
importFrom(ensembldb,cdsBy)
importFrom(ensembldb,exons)
importFrom(ensembldb,genes)
importFrom(ggrepel,geom_text_repel)
importFrom(limma,diffSplice)
importFrom(limma,lmFit)
importFrom(limma,voom)
importFrom(matrixStats,colMedians)
importFrom(matrixStats,rowMins)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,ave)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,pf)
importFrom(stats,pt)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,weighted.mean)
importFrom(stringi,stri_reverse)
importFrom(viridisLite,viridis)