readManifest {BeadExplorer} | R Documentation |
Reads gene annotation data to a data.frame
object
readManifest(manifestFile, verbose = TRUE)
manifestFile |
File path of Illumina manifest file |
verbose |
Logical, indicating whether to output confirmation |
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.
A data.frame
of annotation data
Gareth Elvidge gareth.elvidge@well.ox.ac.uk
## 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)