calcNEsums <- function(df){
gene_list <- purrr::map(df$entrezgene_id, ~filter(df, entrezgene_id == .))
names(gene_list)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.