for hgnc and ensembl that can be done for transcript id for human to mouse ortholog its difficult to parse and map the exact version from gtf file ,which im trying to for transcript id which is not working
• 0 views
•
link
I usually perform biomaRt queries with their
getBM()function where I list the input usingfilterandvaluesoption and my request in theattributesoption. Optionally, you could also directly upload your list of gene/transcript IDs and request for the orthologs using the "online" version of biomart hosted here - https://www.ensembl.org/biomart/martview. For example, here is what I queried for getting the ortholog of a human gene's transcript ID - https://www.ensembl.org/biomart/martview/f770c66b31d23f4441e77a7f63bb9a08As for your error, it seems the server that you are requesting to has a problem. As the error message says, try to change the mirror to someplace else in the
useMartfunction by using the optionmirror