correlation: Score based on best correlation

This commit is contained in:
Elias Projahn 2022-01-09 21:32:37 +01:00
parent 23bb499d3a
commit fa49a5a887
2 changed files with 13 additions and 23 deletions

View file

@ -2,8 +2,7 @@
% Please edit documentation in R/correlation.R
\name{correlation}
\alias{correlation}
\title{Compute the mean correlation coefficient comparing gene distances with a set
of reference genes.}
\title{Score genes based on their correlation with the reference genes.}
\usage{
correlation()
}
@ -11,6 +10,5 @@ correlation()
An object of class \code{geposan_method}.
}
\description{
Compute the mean correlation coefficient comparing gene distances with a set
of reference genes.
Score genes based on their correlation with the reference genes.
}