Hi Everyone I created my own genome for some genes. In gene sequence ,I have upper case bases (A,C,G,T) which represents the exons , while lower cases (a,c,g,t) represent introns. My question is that how would aligners like gsnap, bowtie,tophat(which uses bowtie for indexing) treat such genome. Is it necessary to convert all the bases to uppercase letters (because fastq files have reads which are in upper case), or it won't make any difference at all.
Hope to hear from you
Regards
V
Hi Vikas
Well the only reason i have lower and upper case bases in my fasta file is that i just copied and pasted it from a database, which makes such distinction probably to view the seq better. I was about to convert them into uppercase but since i will be viewing my reads along with junctions.bed file in IGV i thought why not keep the genes as it is and if the aligner still works normally as it works with upper case bases, it will be fine for me atleast when i view in IGV, I know it won't make much difference though.
Thanks for the help