This function returns the requested columns and/or rows and converts it to a numeric matrix (by default, the extraction from an ff matrix with defined levels returns a factor vector).
f.extract.ff.numeric(gen.data, cols = NULL, rows = NULL)
Matrix with all the requested columns, data in numeric representation.
The ff matrix with genetic data.
The sequence numbering the columns which are to be retrieved, if NULL (default) then all the columns will be extracted.
The sequence numbering the rows which are to be retrieved, if NULL (default) then all the rows will be extracted.