-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·65 lines (64 loc) · 1.55 KB
/
NAMESPACE
File metadata and controls
executable file
·65 lines (64 loc) · 1.55 KB
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
# Generated by roxygen2: do not edit by hand
S3method(augment,DGEList)
S3method(augment,MArrayLM)
S3method(augment,deSet)
S3method(augment,list)
S3method(augment,qvalue)
S3method(glance,DGEExact)
S3method(glance,GRanges)
S3method(glance,GRangesList)
S3method(glance,MArrayLM)
S3method(glance,deSet)
S3method(glance,list)
S3method(glance,qvalue)
S3method(tidy,DESeqDataSet)
S3method(tidy,DESeqResults)
S3method(tidy,DGEExact)
S3method(tidy,DGEList)
S3method(tidy,EList)
S3method(tidy,ExpressionSet)
S3method(tidy,GRanges)
S3method(tidy,GRangesList)
S3method(tidy,MAList)
S3method(tidy,MArrayLM)
S3method(tidy,MSnSet)
S3method(tidy,RangedSummarizedExperiment)
S3method(tidy,deSet)
S3method(tidy,list)
S3method(tidy,qvalue)
export(augment.DGEList)
export(augment.MArrayLM)
export(augment.deSet)
export(augment.qvalue)
export(augment_sva)
export(glance.DGEExact)
export(glance.GRanges)
export(glance.GRangesList)
export(glance.MArrayLM)
export(glance.deSet)
export(glance.qvalue)
export(glance_sva)
export(tidy.DESeqDataSet)
export(tidy.DESeqResults)
export(tidy.DGEExact)
export(tidy.DGEList)
export(tidy.EList)
export(tidy.ExpressionSet)
export(tidy.GRanges)
export(tidy.GRangesList)
export(tidy.MAList)
export(tidy.MArrayLM)
export(tidy.MSnSet)
export(tidy.RangedSummarizedExperiment)
export(tidy.deSet)
export(tidy.qvalue)
export(tidy_sva)
import(broom)
import(dplyr)
importFrom(Biobase,ExpressionSet)
importFrom(Biobase,assayDataElement)
importFrom(Biobase,assayDataElementNames)
importFrom(Biobase,exprs)
importFrom(Biobase,pData)
importFrom(tidyr,gather)
importFrom(tidyr,spread)