Dear All,
I am trying to use featurecounts for the first time. I am following exactly as mentioned in the Rsubread manual.
featureCounts(files='Aligned.nsortedByCoord.out.bam', annot='cuffcmp.combined.gtf', isGTFAnnotationFile=TRUE,isPairedEnd=TRUE)
after that the outcome looks like this
Processing Bcyt/Aligned.sortedByCoord.out.bam ...
Warning: the feature on the 4366-th line has zero coordinate or zero lengths
Warning: the feature on the 26925-th line has zero coordinate or zero lengths
Warning: the feature on the 36138-th line has zero coordinate or zero lengths
Warning: the feature on the 38896-th line has zero coordinate or zero lengths
Warning: the feature on the 49896-th line has zero coordinate or zero lengths
Warning: the feature on the 51284-th line has zero coordinate or zero lengths
Warning: the feature on the 54658-th line has zero coordinate or zero lengths
Warning: the feature on the 55995-th line has zero coordinate or zero lengths
There are 84237 features loaded from the annotation file.
The 84237 features are sorted.
Number of chromosomes included in the annotation is 4940
The 0-th thread processed 0 reads
Number of fragments mapped to the features is: 0
Time cost = 1.6 seconds
It seems nothing is happening because there are zero processed reads.
I am not sure what has went wrong? also please tell me more about the featurecount out come? how to read the file??
Thank you in advance.
Amol
Hi ALL, i also came across this similar problem with below erros msg-
ror: the feature on the 21091-th line has zero coordinate or zero lengths No counts were generated.
my annotation is, Annotation : GCF_000009705.1_ASM970v1_genomic.gtf.gz (GTF)
apperently the 21091th line has start position higher vs end position. And in this assembly there are more places where start is higher than end. its a prokayotic genome so Tom's point is valid but is there a way to get pass through it without loosing any information ?