readProbeInfo {beadarray} | R Documentation |
Given a text file and either BeadLevelList
or
BeadSummaryList
this function reads the specified columns from the file and stores
them in the genes matrix within the object.
readProbeInfo(file, beadObject, columns = c("Target", "ProbeID"), header = TRUE, sep = ",")
file |
File containing information about the genes. |
beadObject |
An object of class BeadLevelList or
BeadSummaryList . |
columns |
Vector specifying the column names of the data that
should be imported from file . |
header |
Boolean specifying if file contains a header row. |
sep |
Character specify the column seperator in file |
Return an object of the same class as beadObject
Mike Smith