File: NAMESPACE

package info (click to toggle)
r-bioc-arrayexpress 1.66.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 849 bytes parent folder | download
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
importFrom("Biobase", "pData",
           "pData<-",
           "phenoData",
           "phenoData<-",
           "sampleNames",
           "sampleNames<-",
           "read.AnnotatedDataFrame",
           "varLabels",
           "exprs",
           "assayDataNew",
           "featureData",
           "featureData<-",
           "featureNames",
           "assayData")
importFrom("limma", "read.maimages")
importFrom("httr", "GET", "status_code", "content")
importFrom("oligo", "read.celfiles")
importFrom("utils","URLencode", "download.file", "read.delim", "read.table",
            "unzip", "write.table")
importFrom("jsonlite", "fromJSON" )
importFrom("rlang", "is_empty" )
importFrom("tools", "file_ext" )
importFrom("methods", "new")
export("ArrayExpress", "getAE", "queryAE", "ae2bioc", "getcolproc", "getcolraw", "procset", "extract.zip")