Learn R Programming

HTSSIP (version 1.4.1)

tss: 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

Run this code
# NOT RUN {
# making functions for simulating values
df = data.frame(1:5, 5:9)
df_t = tss(df)
apply(df_t, 2, sum)

# }

Run the code above in your browser using DataLab