###############################################################################
# Convert log2foldChange to FC
###############################################################################
RC_convert_L2FC_to_FC = function(L2FC){
return(sign(L2FC)*2^abs(L2FC))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.