readmanifest {ENmix}R Documentation

Parsing Illumina methylation arrays manifest file.

Description

Parsing Illumina methylation arrays manifest file.

Usage

readmanifest(file)

Arguments

file

Illumina methylation array manifest file, downloaded from Illuminal website

Value

An object of dataframe caintains probe annotation information

Author(s)

Zongli Xu

Examples

## Not run: 
manifestfile="manifest *.csv file path"
manifest=readmanifest(manifestfile)

## End(Not run)

[Package ENmix version 1.20.2 Index]