# Plot Box plots. ff = cbind( cellType = rownames(f1), color = colorCodes[1:13], f1[, 2:10] ) ff = melt( ff, measure.vars = 3:11)
# Plot Box plots. ff = cbind( cellType = rownames(f1), color = colorCodes[1:13], f1[, 2:10] ) ff = melt( ff, measure.vars = 3:11)