Obtains the number of rows and columns in a matrix that is stored in a text file. The entries in the file should be either space or tab delimited. No missing values.
Usage
get.data.dims(genome.file)
Arguments
genome.file
Name of any file that contains a matrix of values in it, separated by either spaces or tabs.