-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
31 lines (30 loc) · 849 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(ma.normalize)
export(ma.pipeline)
export(ma.summarize)
export(read.group.file)
export(read.yaml.config)
export(write.report)
export(write.yaml.config)
import(yaml)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,select)
importFrom(Biobase,annotation)
importFrom(Biobase,exprs)
importFrom(Biobase,featureNames)
importFrom(Biobase,sampleNames)
importFrom(affyio,read.celfile.header)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTable)
importFrom(oligo,read.celfiles)
importFrom(oligo,rma)
importFrom(parallel,detectCores)
importFrom(rmarkdown,render)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(sva,sva)