readProbeInfo {beadarray}R Documentation

Read Probe Information

Description

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.

Usage

readProbeInfo(file, beadObject, columns = c("Target", "ProbeID"), header = TRUE, sep = ",")

Arguments

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

Value

Return an object of the same class as beadObject

Author(s)

Mike Smith


[Package beadarray version 1.0.0 Index]