mandricigor / imrep

ImReP is a computational method for rapid and accurate profiling of the adaptive immune repertoire from regular RNA-Seq data.
https://mandricigor.github.io/imrep/
28 stars 14 forks source link

question about using unmapped reads from Hisat2 #41

Open dingxm opened 3 years ago

dingxm commented 3 years ago

I have bam files from the Hisat2 aligner which only included the mapped reads. I extracted the unmapped reads from the original fastq based on the bam files and used the unmapped reads as the input files of imrep. My concern is the mapped reads from hisat2 may have some useful information. Is that ok only use the unmaped reads? is there anyway i can used both the mapped only bam and unmapped fastq as the input files? Thanks