Vector with 2 numbers, the first one is the number of rows (genes) and the
second one the number of columns (samples).
Details
This is a function to retrieve the dimensions of the dataset - number of
genes (rows) and samples (columns) studied. Note that the commands
nrow(x), ncol(x) and
commands related with matrix dimensions on also work.