probeAnnoFromESet: Build a probeAnno from ExpressionSet

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/probeAnnoFromESet.R

Description

Build a probeAnno from ExpressionSet.

Usage

1
  probeAnnoFromESet(eSet, probeLength)

Arguments

eSet

object of class ExpressionSet

probeLength

integer; specifying probe lenght on array

Details

Creates a probeAnno object from ExpressionSet object. The function uses the PROBE_ID, CHROMOSOME and POSITION information store in the ExpressionSet object.

Value

An object of class probeAnno holding the mapping between probes and genomic positions.

Author(s)

Bettina Fischer

See Also

probeAnno-class

Examples

1
2
3
  dataPath <- system.file("data",package="SimBindProfiles")
  load(file.path(dataPath,"SGR.RData"))
  probeAnno <- probeAnnoFromESet(SGR, probeLength=50)

SimBindProfiles documentation built on Nov. 8, 2020, 5:57 p.m.