https://github.com/ctlab/phantasus
Raw File
Tip revision: fe9c3824eb3d9649de2d0c074c8896ae13c45f27 authored by Nitesh Turaga on 27 April 2020, 19:14:57 UTC
bump x.y.z version to even y prior to creation of RELEASE_3_11 branch
Tip revision: fe9c382
colMeansByGroups.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gseaPlot.R
\name{colMeansByGroups}
\alias{colMeansByGroups}
\title{Calculate column averages in row groups}
\usage{
colMeansByGroups(m, groups)
}
\arguments{
\item{m}{matrix n x m}

\item{groups}{vector of size n of numbers from 1 to k}
}
\value{
matrix k*m of column averages  by groups
}
\description{
Calculate column averages in row groups
}
back to top