-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(RLE)
export(aggregate_fCounts_res)
export(aggregate_salmon_quant)
export(count_assigned_summary)
export(differential_expression)
export(filter_counts)
export(normalize_counts)
export(read_star_final_log)
import(DESeq2)
import(edgeR)
import(grDevices)
import(openxlsx)
import(pals)
import(pcaMethods)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,estimateDispersions)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,vst)
importFrom(SummarizedExperiment,assay)
importFrom(edgeR,voomLmFit)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,plotMDS)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(pals,brewer.set1)
importFrom(plotrix,thigmophobe.labels)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,combn)
importFrom(utils,read.delim)
importFrom(utils,write.table)
importFrom(vsn,meanSdPlot)