R/tot.cor.R

Defines functions tot.cor

Documented in tot.cor

#' Description
#'
#' @export

tot.cor = function(o, w_exp, w_obs)
{
  tot = sum(evalCOSDIST(w_exp, w_obs[,o]))
  return(tot)
}
ayurovsky/rnaGinesis documentation built on Dec. 19, 2021, 6:36 a.m.