make.trivial.weights {FIT} | R Documentation |
Makes trivial weight data
make.trivial.weights(samples.n, genes)
samples.n |
A number of samples. |
genes |
A list of genes. |
An object that represens the trivial weights.
Internally, the object holds an identity matrix of size
nsamples * ngenes
.