calculate row means in normal space and then convert back to log2.

logRowMeans(x, type = c("tpm", "cpm"))

Arguments

x

numeric matrix

type

how was the data normalised? "tpm"; Transcripts Per Million. "cpm"; Counts Per Million. Default: "tpm"

Value

vector of log2 row means