Hello,
currently I'm doing some RNA-seq analysis using hg19 as the reference genome. I wondered if it is better to exclude chrM and chrUn* stuff from the reference or if this will cause bias.
I'm asking because I'm using htseq-count to get the coverage and the program gives me lots of this warning:
(only related to chrM and rarely on some chrUn_*).
But I used the same gff file for tophat and for htseq-count. So when its aligned to chrM it must be contained in the gff file. I don't know why htseq-count complains about this.
Any hints on that?
Thanks in advance,
Oliver
currently I'm doing some RNA-seq analysis using hg19 as the reference genome. I wondered if it is better to exclude chrM and chrUn* stuff from the reference or if this will cause bias.
I'm asking because I'm using htseq-count to get the coverage and the program gives me lots of this warning:
Code:
because chromosome 'chrM', to which it has been aligned, did not appear in the GFF file
But I used the same gff file for tophat and for htseq-count. So when its aligned to chrM it must be contained in the gff file. I don't know why htseq-count complains about this.
Any hints on that?
Thanks in advance,
Oliver
Comment