| targets {Agi4x44PreProcess} | R Documentation |
Example of target file
data(targets)
A data frame with 4 observations on the following 5 variables.
FileNameAst.txt Bst.txt Aunst.txt Bunst.txtTreatmentGErepSubjectArrayIt is a tab-delimited text format file. The target file is created with the intention of carrying out a differential expression analysis in future steps using 'limma'. Therefore, here is where factors that are going to be included in the linear model that is fitted to each gen are specified. Targets file assigns each image data file to one of the experimental conditions of the experiment. First column 'FileName' is mandatory and includes image data files names. Second column 'Treatment' is also mandatory and includes treament effect. Third column 'GErep' is also mandatory, and includes the Treatment effect in a numeric code, from 1 to n, being n the number of Treatment effect levels. The rest of the columns are optional, and they can include other factors that we want to specify in the model, such as 'Subject', 'Array', and so on.
Gordon K. Smyth, M. Ritchie, N. Thorne, J. Wettenhall (2007). limma: Linear Models for Microarray Data User's Guide.
## Not run:
data(targets)
## End(Not run)