Entering edit mode
5.6 years ago
Abdul Rafay Khan
★
1.2k
I have list of genes in a text file, I want to get the starting and ending bps location using biomaRt R.
I have list of genes in a text file, I want to get the starting and ending bps location using biomaRt R.
You have all the tools you need in your question (gene list, get start location, biomaRt)
If you google it, the first link is what you are looking for : https://support.bioconductor.org/p/28470/
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thank you for helping
You're welcome. Is this solve then ?
To read a list of gene inside a file you can use :
If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.