Add annotation for variable name

runAnno(
  eNODAL_obj,
  from = "UNIPROT",
  to = c("SYMBOL", "ENTREZID"),
  db = "org.Mm.eg.db"
)

Arguments

eNODAL_obj

An fitted eNODAL object.

from

Initial id type in eNODAL object.

to

To id type in eNODAL_obj object.

db

Annotation database.

Value

An eNODAL_obj object.