idmap {AnnoProbe}R Documentation

Get Probe Annotation

Description

idmap returns probe annotations for input gpl

Usage

idmap(gpl = "GPL570", type = "bioc", mirror = "tencent", destdir = getwd())

Arguments

gpl

GPL(GEO platform) number, eg: GPL570

type

source of probe anntation stored, one of "pipe", "bioc", "soft", default:"pipe"

mirror

"tencent" only for now

destdir

The destination directory for data downloads.

Value

probe annotaions

Examples

ids=idmap('GPL570',destdir=tempdir())

ids=idmap('GPL570',type='soft',destdir=tempdir())
ids=idmap('GPL18084',type='pipe',destdir=tempdir())


[Package AnnoProbe version 0.1.7 Index]