\name{OpenBeadStudioFiles}
\alias{OpenBeadStudioFiles}
\title{ Read BeadStudio expression data file }
\description{
 Read BeadStudio expression data file
}
\usage{
OpenBeadStudioFiles()
}
\details{
Reads an Illumina intnesity data file produced by BeadStudio.  Using BeadStudio version 'One" the file will have a 'gene profile.csv'
 extension and using version "Two" the file will have a .txt extension.  See package vignette for more information.  Multiple filenames
 can be specified as a vector and the data are then combined into one output file.  This function should only really be used for custom 
analysis as the beadAnalysis() function provides easier, flexible use.
}
\author{ Derived from readBead by Gareth Elvidge \email{gareth.elvidge@well.ox.ac.uk}}
\keyword{methods }