chipName {pdInfoBuilder} | R Documentation |
This generic function returns an official or standard chip/platform name.
chipName(object)
object |
See showMethods("chipName") , but generally
object will be a subclass of PkgSeed . |
The idea is that the input files can be used to determine a standard
name for each platform. For example, the method for
AffySNPPDInfoPkgSeed
objects reads the header of the CDF file
to extract a name.
A character vector of length one giving a standard name for the platform.
Seth Falcon