Missing Information with transcriptlengthsfunction
0
0
Entering edit mode
@michaelsoutschek-14592
Last seen 6.4 years ago

Good evening,

as others reported previously, I had Problems today in creating a txdb object from Biomart.

> txdb <- makeTxDbFromBiomart(biomart="ENSEMBL_MART_ENSEMBL",
+                               dataset="rnorvegicus_gene_ensembl")
Download and preprocess the 'transcripts' data frame ... OK
Download and preprocess the 'chrominfo' data frame ... FAILED! (=> skipped)
Download and preprocess the 'splicings' data frame ... OK
Download and preprocess the 'genes' data frame ... OK
Prepare the 'metadata' data frame ... OK
Make the TxDb object ... OK
Warning messages:
1: In download.file(url, destfile, quiet = TRUE) :
  InternetOpenUrl failed: 'The login request was denied
'
2: call dbDisconnect() when finished working with a connection 
3: In .makeTxDb_normarg_chrominfo(chrominfo, transcripts$tx_chrom,  :
  chromosome lengths and circularity flags are not available for this TxDb object

One could work with the object, but it gives for example only incomplete information upon using the transcriptlengths function:

leng <- transcriptLengths(txdb, with.cds_len = TRUE)

The value of most of the genes is 0 in the resulting data.frame. After trying for a while with a Windows computer, I continued with a Mac. There I didn't get the error messages upon creating the txdb, but the resulting data.frame contained still mostly 0s.

​I know that this extraction has worked previously very nicely! If you have any suggestions or know where the error could be, please let me know, I would be very grateful!

​Best, Michael

bioconductor genomicfeatures rtracklayer transriptlengths • 743 views
ADD COMMENT

Login before adding your answer.

Traffic: 952 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