getQuantifiedResult <- function(SamplesEICs, targetRtLeft, targetRtRight){
res <- lapply(SamplesEICs, function(EICs){
round(getArea(EICs, targetRtLeft, targetRtRight), 2)
})
res <- do.call(cbind, res)
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.