SnpInformation$fromCdf: Static method to define a genome information set from a CDF
Description
Static method to define a genome information set from a CDF.
Usage
## Static method (use this):
## SnpInformation$fromCdf(cdf, ...)## Don't use the below:
# S3 method for SnpInformation
fromCdf(static, cdf, ...)
Value
Returns a SnpInformation
object.
Arguments
- cdf
An AffymetrixCdfFile
.
- ...
Additional argument passed to *byChipType()
.
See Also
*byChipType()
.
For more information see SnpInformation
.