logRowMeans: Row Means of Log2 data

View source: R/logRowMeans.R

logRowMeansR Documentation

Row Means of Log2 data

Description

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

Usage

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


jlaffy/scalop documentation built on March 24, 2024, 9 a.m.