Nothing
# modification on git from copied files
givenExpression <- function(cD) {
nelik = exp(rowSums(log(1 - exp(cD@locLikelihoods)), na.rm = TRUE))
cD@posteriors <- (cD@posteriors) + log(1 - nelik)
cD@nullPosts <- matrix(log(nelik), ncol = 1)
cD
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.