I have two files to compare, one is a regular txt file that I can read in no prob. The other is a .gct file (How do I read in this one?) I tried a simple read.table("data.gct", header = T) How do you suggest reading in this file?? thank you.