This function retrieves for a given Ensembl Number the corresponding information from the NCBI database.
getEnsgInfo(ensg)
Ensembl ID (String
).
A matrix with information.
This function retrieves for a given Ensembl Number the corresponding information from the NCBI database. The
object ensg
can also be a vector of Ensembl IDs.
# NOT RUN {
ensg <- c("ENSG00000174482", "ENSG00000113494")
getEnsgInfo(ensg)
# }
Run the code above in your browser using DataLab