Computes the Et value from the Ct value in an existing data frame and returns a new data frame with the Et column appended
computeEtFromCt(df, column = "Ct", Cmax = 40)
data.frameCt column. A character. 'Ct' by default.A copy of df with the 'Et' column appended
data(vbeta) vbeta <- computeEtFromCt(vbeta)