Skip to content
Prev 5919 / 21312 Next

[Bioc-devel] Seqlengths not set in TxDb.Athaliana.BioMart.plantsmart19

Hi Vince,
On 06/26/2014 11:55 PM, Vince S. Buffalo wrote:
Problem is that the makeTranscriptDbFromBiomart() function (which is
used to generate these TxDb packages) didn't know how to extract the
sequence lengths from the Ensembl Plants db so far. One difficulty
AFAIK is that this cannot be done via the BioMart interface so this
information has to be retrieved directly from the underlying db.

This now works in GenomicFeatures 1.17.12 (devel):

   library(GenomicFeatures)
   txdb <- makeTranscriptDbFromBiomart("plants_mart_21", 
"athaliana_eg_gene")

Then:

   > seqlengths(txdb)
          1        2        3        4        5       Mt       Pt
   30427671 19698289 23459830 18585056 26975502   366924   154478

The TxDb.Athaliana.BioMart.plantsmart21 package in devel will also
get the sequence lengths when we re-generate it but this will only
happen a few weeks before the BioC 3.0 release (and at that time it
might become TxDb.Athaliana.BioMart.plantsmart22).

Cheers,
H.

  
    
Message-ID: <53B20D03.8000005@fhcrc.org>
In-Reply-To: <11505_1403852141_53AD156D_11505_9674_1_CANGCfMKeiP5HAAFdQNpHjyvddHU94Yhdw4hBGqsc2ANR9-c5qw@mail.gmail.com>