Read in data and generate boxplot of gene expression from the samples
expression <- read.table("ip_268_run1_raw_counts.xls", header = TRUE)
boxplot(expression)