This is a test version of Biostars. For the public version, visit https://www.biostars.org.
duplicate/invalid 'transcript' feature in cuffmerge

Hi !! I am doing alignment against banana genome using hisat downloaded from ( http://banana-genome-hub.southgreen.fr/). Further i used cufflinks (2.2.1)for expression estimation which runs fine but in cuffmerge step it gives the following error "duplicate/invalid 'transcript' feature ID=Ma03_t01040.3". I also converted gff to gtf but same error persists and remove this ID from gff results in the same error with another ID. Kindly give your inputs.

rna-seq

grep "Ma03_t01040.3" gives the following result

> chr03 manual_curation exon    836456  836913  .   -   .   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation exon    837103  837214  .   -   .   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation exon    837626  837723  .   -   .   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation exon    837832  837939  .   -   .   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation exon    838029  838067  .   -   .   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation exon    838163  838234  .   -   .   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation exon    838316  838579  .   -   .   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation exon    839379  839646  .   -   .   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation CDS 836665  836913  .   -   0   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation CDS 837103  837214  .   -   1   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation CDS 837626  837723  .   -   0   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation CDS 837832  837939  .   -   0   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation CDS 838029  838067  .   -   0   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation CDS 838163  838234  .   -   0   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation CDS 838316  838579  .   -   0   transcript_id
    > "Ma03_t01040.3";
    > chr03 manual_curation CDS 839379  839570  .   -   0   transcript_id
    > "Ma03_t01040.3";

REmoving these give same error for some other ID

Yes the same gff was used for analysis

Yes, because all your transcript names are duplicate not only this one

For all the features of a given transcript we have the same name.

0 answers

No answers yet.

Log in to answer this question.