# Fold change -------------------------------------------------------------
foldChange = function(x,c,block = FALSE){
y = x/x[c]
if(block) y = 100-(y*100)
return(y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.