Description Usage Arguments Details Value
Take the numeric vector fct
and return a vector
of same length, of which values are computed as the geometric mean
of all vector elements belonging to a same motif, over several experiments.
The motif of each vector element is specified in the vector
assMotifs
. The experiment of each vector element is
specified in the vector xpr
.
1 | predict_gmean_bymot_xpr(fct, assMotifs, xpr)
|
fct |
a vector of numeric values (assembly properties). |
assMotifs |
a vector of labels of same length as |
xpr |
a vector of labels of same length as |
Prediction is computed using geometric mean gmean
by motif bymot
in a whole (WITHOUT taking into account species
contribution) by including all elements belonging to a same motif,
even the one to predict.
Return a vector of same length as fct
, of which values
are computed as the geometric mean of all vector elements belonging
to the same motif over several experiments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.