BugReport: genomicFeatures - makeTxDbFromGFF does not work
0
0
Entering edit mode
@aldobiasova-8659
Last seen 8.7 years ago
Czech Republic

Hello,

I have two problems with bioconductor package GenomicFeatures. Firstly, I am unable to install package by bioclite() function. Installing from source downloaded tar.gz worked fine.

Secondly, the function makeTxDbFromGFF does not work for locally saved gtf file.


txdb <- makeTxDbFromGFF("/media/Data/Homo_sapiens.GRCh37.75.gtf", format="gtf")

Import genomic features from the file as a GRanges object ... Error in .local(con, format, text, ...) :
  object 'GFF_FEATURE_TYPES' not found


when I changed GFF_FEATURE_TYPES in makeTxDbFromGFF code to NULL, this error occured:

Import genomic features from the file as a GRanges object ... Error in .tidy_seqinfo(gr, circ_seqs, chrominfo) :
  could not find function "make_circ_flags_from_circ_seqs"


 

Ubuntu 14.04, R 3.2.1

GenomicFeatures • 1.7k views
ADD COMMENT
0
Entering edit mode

Please you add to your question the complete output, in a new R session, of

biocLite("GenomicFeatures")

and, after loading GenomicFeatures, the output of

sessionInfo()
ADD REPLY

Login before adding your answer.

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