make.trivial.weights {FIT} | R Documentation |
Makes trivial weight data
Description
Makes trivial weight data
Usage
make.trivial.weights(samples.n, genes)
Arguments
samples.n |
A number of samples. |
genes |
A list of genes. |
Value
An object that represens the trivial weights.
Internally, the object holds an identity matrix of size
nsamples * ngenes
.
[Package FIT version 0.0.6 Index]