powered by
Total sum scaling
tss(x, MARGIN = 2, na.rm = FALSE)
data.frame of numeric values
table margin (1=rows, 2=columns)
remove NAs?
data.frame of qPCR values
# 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