tss {HTSSIP}R Documentation

Total sum scaling

Description

Total sum scaling

Usage

tss(x, MARGIN = 2, na.rm = FALSE)

Arguments

x

data.frame of numeric values

MARGIN

table margin (1=rows, 2=columns)

na.rm

remove NAs?

Value

data.frame of qPCR values

Examples

# making functions for simulating values
df = data.frame(1:5, 5:9)
df_t = tss(df)
apply(df_t, 2, sum)


[Package HTSSIP version 1.4.1 Index]