getLog10 | R Documentation |
Computes log transform of optical summary data.
getLog10(dataSummary, signals, grnum)
dataSummary |
dataframe with summary absorbance and fluoresence data. |
signals |
character vector of variable names in dataSummary for generating log transforms |
grnum |
character column name that defines the column with sample names in the dataSummary dataframe. These names are used to merge ratio data into the summary dataframe. |
dataframe with the log 10 transform of the summary absorbance and fluoresence data.
dataSummary <- dfsummary signals <- ratioSignals[which(ratioSignals[2]>0),1] grnum<-"GRnumber" test2 <- getLog10(dataSummary,signals,grnum)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.