Skip to contents

Link to ENSEMBL database

Usage

create_link_ENSEMBL(val, species = "Mus_musculus")

Arguments

val

Character, the gene symbol

species

The species to be analyzed e.g "Mus_musculus"

Value

HTML for an action button

Examples

create_link_ENSEMBL("ENSMUSG00000024406")
#> [1] "<a href=\"http://www.ensembl.org/Mus_musculus/Gene/Summary?g=ENSMUSG00000024406\" target=\"_blank\" class=\"btn btn-primary\" style = \"color: #ffffff; background-color: #0092AC\">ENSMUSG00000024406</a>"

data(res_de_macrophage, package = "mosdef")
rownames(res_macrophage_IFNg_vs_naive) <- create_link_ENSEMBL(
  rownames(res_macrophage_IFNg_vs_naive))