Entering edit mode
7.2 years ago
MAPK
★
2.1k
I don't remember exactly what I had used in the past, but I might have used biomart or rentrez to extract DNA sequences using NCBI gene IDs. What are the tools in R package to extract fasta sequences with NCBI seq IDs? Thanks
How do you convert gene symbols to UID which is required to extract genes using reutils?
Something like the following should give you the list of IDs that match the symbol:
You can also use BioMart for ID conversion.