Entering edit mode
3.4 years ago
DN99
▴
20
I have a list of genes, I'm not experience with bioinformatics tools so I'm look to see if all of these genes are protein coding or if they are of any other gene types - is there a tool where I am input a gene list to check this? My gene list is 200 genes of HGNC gene symbols.
Note that genes have many transcripts, and while each transcript should have exactly one biotype, different transcripts for the same gene might very well have different biotypes.
biomaRt can give you all the transcripts. You need to play with the attributes values, and add the transcripts (
ensemble_transcript_id
not sure of the spelling). Have a look thelistAttributes()
and all the?getBM
options.