Skip to content
Prev 7636 / 21312 Next

[Bioc-devel] Gene annotation: TxDb vs ENSEMBL/NCBI inconsistency

On 06/10/2015 01:11 AM, Rainer Johannes wrote:
Thanks Rainer --

The release-80 fasta files should have been made available to Bioc 3.1, but are 
only available in devel. This will be fixed later today.

At least some of the fasta files from earlier Ensembl releases seem to be 
missing an index, as you correctly diagnose. We'll look into this, too... I 
think the workaround is

   library(Rsamtools)
   indexFa(dna)
   dna = FaFile(path(dna))

Martin