Error: the "phase" metadata column must contain 0, 1, or 2, for all the CDS features
0
0
Entering edit mode
bbrink • 0
@bbrink-14366
Last seen 5.7 years ago

I receive the following error when I try to create a txdb from a gff file that I imported into GRanges:

> GenomicFeatures::makeTxDbFromGRanges(test)
Error in .get_cds_IDX(type, phase) :
  the "phase" metadata column must contain 0, 1, or 2, for all the CDS features

However, when I check the GRanges object, everything seems to be in order:

> cds <- which(test$type == 'CDS')
> table(test[cds]$phase)

    0
12519
> which(test[cds]$phase != 0)
integer(0)

Can someone point in me the right direction what I am missing here? Thanks!

genomicranges • 720 views
ADD COMMENT
0
Entering edit mode

Would you mind providing a reproducible example and your `sessionInfo()`? Thanks!

ADD REPLY
0
Entering edit mode

Also please tag your question properly i.e. with GenomicFeatures, not GenomicRanges. Thanks!

ADD REPLY

Login before adding your answer.

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