set.thread.count(2)
data(cgps)
message("Gene expression data:")
print(cgps.ge[1:3, 1:3])
message("Gene annotations:")
print(head(cgps.annot))
message("Drug sensitivity (IC50) values:")
print(head(cgps.ic50))
Run the code above in your browser using DataLab