Find the proper capitalization (which is species dependent) for genes TODO: return object does not preserve order of original list
geneName(symbols, species = c("hg", "mm"))
symbols | String, or character vector of gene names |
---|---|
species | Species for which |
Rows of annotation corresponding to the symbols
geneName("TUBB", species = "hg")#> ensembl_gene_id gene_symbol gene_biotype #> 1 ENSG00000196230 TUBB protein_coding #> description #> 1 tubulin, beta class I [Source:HGNC Symbol;Acc:20778]