-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
28 lines (27 loc) · 823 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
importFrom("XML", "xmlTreeParse",
"xmlRoot",
"xpathSApply",
"xpathApply",
"xmlValue",
"xmlAttrs",
"xmlElementsByTagName",
"getNodeSet",
"xmlGetAttr")
importFrom("Biobase", "pData",
"pData<-",
"phenoData",
"phenoData<-",
"sampleNames",
"sampleNames<-",
"read.AnnotatedDataFrame",
"varLabels",
"exprs",
"assayDataNew",
"featureData",
"featureData<-",
"featureNames",
"assayData")
importFrom("limma", "read.maimages")
importFrom("oligo", "read.celfiles")
importFrom("utils","URLencode")
export("ArrayExpress", "getAE", "queryAE", "ae2bioc", "getcolproc", "getcolraw", "procset", "extract.zip")