readmanifest {ENmix} | R Documentation |
Parsing Illumina methylation arrays manifest file.
readmanifest(file)
file |
Illumina methylation array manifest file, downloaded from Illuminal website |
An object of dataframe caintains probe annotation information
Zongli Xu
## Not run: manifestfile="manifest *.csv file path" manifest=readmanifest(manifestfile) ## End(Not run)