How can I convert ensembl exon ID to gene symbol in a gene count dataframe?
1
0
Entering edit mode
2.6 years ago
istiaqarif • 0

I have an HTseq count file with a row containing exon ids and columns are exon counts. I need to convert them into gene IDs, given the fact that multiple exon ids may be mapped to the same gene. Please help me with the R codes and necessary tool suggestions.

HTseq scRNAseq Ensembl RNAseq • 995 views
ADD COMMENT
0
Entering edit mode

I'd use biomart. Or, of course, rerun htseq count to output what you want.

ADD REPLY
1
Entering edit mode
2.6 years ago
Emily 23k

You could use the Ensembl REST API. You can use the lookup/id endpoint. Take a look at this online course for example code you can use.

ADD COMMENT

Login before adding your answer.

Traffic: 2873 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6