readManifest {BeadExplorer}R Documentation

Read annotation data

Description

Reads gene annotation data to a data.frame object

Usage

readManifest(manifestFile, verbose = TRUE)

Arguments

manifestFile File path of Illumina manifest file
verbose Logical, indicating whether to output confirmation

Details

This function reads annotation information into a data.frame. The manifestFile is a csv delimited text file and cound be found on Illumina bead mapping CD.

Value

A data.frame of annotation data

Author(s)

Gareth Elvidge gareth.elvidge@well.ox.ac.uk

Examples

## Not run: 

man<-readManifest("d:\Bead_Set_Manifest\Human_WG-6.csv")

#the manifest file is a local illumina manifest.csv file
## End(Not run)

[Package BeadExplorer version 1.2.0 Index]