data("LR_dataset")Each column is the average of 4 independent replicates. The columns are organized in the following order: 0, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48, 51 and 54 hours. Each line of the matrix is labbelled with an AGI gene code (Arabidopsis Genome Initiative gene code).
# Load the dataset
data(LR_dataset)
# Have a look at the first rows
head(LR_dataset)
Run the code above in your browser using DataLab