find.ID {BootCL}R Documentation

Match affyID to Accession IDs

Description

Match affyID to Accession IDs that have chromosome information

Usage

find.ID(chip, sample,affyID.flag)

Arguments

chip name of chip
sample affyIDs or Accession IDs in the cluster
affyID.flag

{if affyIDs are used for sample, affyID.flag=TRUE. Else if Accession IDs are used , affyID.flag=FALSE}

Value

Access.list
Affy.list corresponding affyIDs

Examples

     library(BootCL)
     chip.name<-"HG.U133A"
     data(affy.hgu133a)
     sample.cluster<-affy.hgu133a[sample(1:1000,100),1]
     sample.ID<-find.ID(chip.name,sample.cluster) 

[Package BootCL version 1.7 Index]