UCSC-LoweLab / tRAX

tRNA Analysis of eXpression
GNU General Public License v3.0
8 stars 5 forks source link

Provide route to output non-tRNA reads and unmapped reads. #14

Closed ribonucleo closed 2 years ago

patriciaplchan commented 3 years ago

Reads mapped to non-tRNA genomic regions are included in the output BAM files. Unmapped reads are not currently included. We will mark that as a feature request.

andrewdholmes commented 3 years ago

If you want the unmapped reads you can look at the bowtie2 commands in the -mapstats.info file and run those adding the --un-gz argument manually. non-tRNA reads are included in the .bam files and analyzed the other output, mature tRNAs can be identified by their chromosome name which will be the name of the tRNA and filtered out.