I have a series of text files with FlyBase gene IDs (FBgn) that I need to convert to Gene Symbols. I'd like to do it within R/Bioconductor but I'd also consider some other command-lines methods.
So far I've tried two approaches:
- the 'biomaRt' package: it works, but a number of FBgn don't get assigned to Gene Symbols.
- the 'org.Dm.eg.db' and the 'annotate' packages: I can't get this to work as FBgn are not recognized.
In both cases I might be doing something wrong, not sure about it.
Does anybody know of a method that work please? Thanks,
It may simply be that there is no mapping from FBgn to gene symbol in some cases. This can be for a variety of reasons. Perhaps you could post some examples of FBgn for which biomaRt does not return a gene symbol?