geposan/man/optimize_weights.Rd
2021-10-19 13:39:55 +02:00

22 lines
701 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ranking.R
\name{optimize_weights}
\alias{optimize_weights}
\title{Find the best weights to rank the results.}
\usage{
optimize_weights(results, methods, reference_gene_ids)
}
\arguments{
\item{results}{Results from \code{\link[=analyze]{analyze()}} or \code{\link[=ranking]{ranking()}}.}
\item{methods}{Methods to include in the score.}
\item{reference_gene_ids}{IDs of the reference genes.}
}
\value{
Named list pairing method names with their optimal weights.
}
\description{
This function finds the optimal parameters to \code{\link[=ranking]{ranking()}} that result in the
reference genes ranking particulary high.
}