Converts regression weight data from a dataframe into an object.
convert.weight(data, entries = NULL)
A dataframe that contains weight data to be loaded.
An optional string array that designates the entries of the dataframe to be loaded.
An object that represents the weights
Internally, the object holds a matrix of size
nsamples * ngenes
.