Closed MonkeySylvia closed 11 months ago
Hi,
Unannotated reads are not necessarily unusual. These could be intronic reads (which are ignored by default), basal transcription of the genome, or other reads derived from features that are not annotated by Ensembl (as a gene) or as a TE (some examples could be tRNA, ribosomal RNA, some mitochondrial genes).
However, I am quite surprised to see that Total non-uniquely mapped reads = 1
, which is very unusual. However, I see the issue in your STAR
command line. You specified --outSAMmultNmax 1
, which means that even if you find multiple alignments, you're only reporting one in your SAM/BAM file. As a result, you don't actually see all the possible alignments, and thus lose the benefit of multimapping.
Thanks.
Got you!! I'll redo the mapping again. Thanks!
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Hi, I'm using TEtranscript to count gene/TE expression from human samples, everything ran smoothly but there are ~40% unannotated reads reported by TEtranscript. I didnt get any error messages so I cound't figure out why this is the case.
Using STAR for my mapping (Ensemble gtf file):
Then TE transcript
and here is the output
I did check the NH flag in my bam file, and there are definitely reads with NH:20, NH:5 in there. Thank you!