optimal_weights | R Documentation |
This function finds the optimal parameters to ranking()
that result in the
reference genes ranking particulary high.
optimal_weights(analysis, methods, reference_gene_ids, target = "mean")
analysis |
Results from |
methods |
Methods to include in the score. |
reference_gene_ids |
IDs of the reference genes. |
target |
The optimization target. It may be one of "mean", "median", "min" or "max" and results in the respective rank being optimized. |
Named list pairing method names with their optimal weights. This
can be used as an argument to ranking()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.