readTargets(file="Targets.txt", path=NULL, sep="\t", row.names=NULL, quote="\"",...)
read.table
Cy3
and Cy5
or similar specifying which RNA samples are hybridized to each channel of each array.
Other columns may contain any other covariate information associated with the arrays or targets used in the experiment.If row.names
is non-null and there is a column by that name with unique values, then those values will be used as row names for the dataframe.
If row.names
is null, then the column Label
will be used if such exists or, failing that, the column FileName
.
See the Limma User's Guide for examples of this function.