convertPlatform: convertPlatform

Description Usage Arguments Value Author(s) Examples

View source: R/convertPlatform.R

Description

Convert an AffyBatch object from one platform to another where the new platform is a subset of the original (i.e. hgu133atag to hgu133a).

Usage

1
  convertPlatform(object, new.platform)

Arguments

object

an AffyBatch object to be converted

new.platform

the name of the platform to be converted to

Value

An AffyBatch object containing the data from the original object that could be mapped to the new platform.

Author(s)

Matthew N. McCall

Examples

1
2
3
4
5
6
7
  library(frmaExampleData)
  data(AffyBatch133atag)
  require(hgu133aprobe)
  require(hgu133atagprobe)
  require(hgu133acdf)
  require(hgu133atagcdf)
  object <- convertPlatform(AffyBatch133atag, "hgu133a")

mccallm/frmaTools documentation built on May 7, 2019, 1:26 p.m.