forked from jrthompson54/DGEobj.utils
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 733 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 733 Bytes
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
# Generated by roxygen2: do not edit by hand
export(convertCounts)
export(extractCol)
export(lowIntFilter)
export(rsqCalc)
export(runContrasts)
export(runEdgeRNorm)
export(runIHW)
export(runPower)
export(runQvalue)
export(runSVA)
export(runVoom)
export(summarizeSigCounts)
export(topTable.merge)
export(tpm.direct)
export(tpm.on.subset)
import(DGEobj)
importFrom(DGEobj,addItem)
importFrom(DGEobj,getItem)
importFrom(assertthat,assert_that)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(methods,is)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,model.matrix)
importFrom(stats,power)
importFrom(stringr,str_c)