Description Usage Arguments Value Examples
Filter the raw data into a simple dataframe.
| 1 | statSummary(filteredData)
 | 
| filteredData | data.frame | 
DF dataframe
| 1 2 3 4 5 6 | genericCensoringValue <- function(qualifier,value, detectionLimit){
   valueToUse <- ifelse("<" == qualifier, detectionLimit, value)
   return(valueToUse)
}
filteredData <- filterGLRIData(QWPortalGLRI,genericCensoringValue)
statSummary(filteredData)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.