Hello,
I have mapped iclip-seq raw reads against single snRNA gene and whole genome (hg38) using Bowtie 2. I observed different alignment pattern in both case when I visualize in gbrowser the particular genes (snRNA gene). I would really appreciate if anybody has any suggestion and comments
Command used : bowtie2 -p 2 -N 1 -x base_name -U CLIP_raw_reads.fq
Aligning to a reduced representation of genome (if your data came from full genome) is always going to cause discrepancies as by default aligners will try to do their best to align data.
Thank you very much for your answer. Yes, the data is from the whole genome. If I understand correctly, aligning whole genome ICLIP-seq data to a single gene is not an appropriate way to do that. So, I should only trust to alignment obtained from ICLIP-data aligned to whole genome (hg38) reference?