# \donttest{
# example1:
transId(
id = c("Cyp2c23", "Fhit", "Gal3st2b", "Trp53", "Tp53"),
transTo = "ensembl", org = "mouse", keepNA = FALSE
)
## example2: input id with one-to-many mapping and fake one
transId(
id = c("MMD2", "HBD", "RNR1", "TEC", "BCC7", "FAKEID", "TP53"),
transTo = c("entrez", "ensembl"), keepNA = TRUE
)
# example3: auto-recognize ensembl version number
transId("ENSG00000141510.11", "symbol")
# example4: search genes with case-insensitive
transId(c('nc886','ezh2','TP53'),transTo = "ensembl",org = 'hs',unique = TRUE)
# }
Run the code above in your browser using DataLab