hello every one, I have run
./bowtie2 -fr -x ATREFERENCE -q -1 R1.fastq -2 R2.fastq -S T2.sam
4088543 reads; of these:
4088543 (100.00%) were paired; of these:
1903298 (46.55%) aligned concordantly 0 times
1545760 (37.81%) aligned concordantly exactly 1 time
639485 (15.64%) aligned concordantly >1 times
----
1903298 pairs aligned concordantly 0 times; of these:
267481 (14.05%) aligned discordantly 1 time
----
1635817 pairs aligned 0 times concordantly or discordantly; of these:
3271634 mates make up the pairs; of these:
2469813 (75.49%) aligned 0 times
463625 (14.17%) aligned exactly 1 time
338196 (10.34%) aligned >1 times
69.80% overall alignment rate
Here I did not use -I and -X parameter because I am unable to interpret these parameters,though I read the manual but did not correlate -I and -X with improving mapping quality. any one can help me interpret and correlate -I and -X parameters with reference to improve mapping quality. basically I am interested in chimeric regions of chromosome because my library is Hi-C. suggestion are always welcome.
Dear , If we run Bowtie2 at default parameters then who do we know that how many parameters it included actually. through which we can correlate our mapping results. one more thing if we got 20% aligned exactly one time and suppose 16% align more than one times, If I would quantify this, each reads of 20% data UNIQUELY COMPLETELY [uniquely means each reads would be mapped exactly one coordinate of particular chromosome and completely means if read length is 100nts then total 100 nts would be align in continues manner (?)] [is it explainable further??? ]
if we talk about 16% of reads which aligned more than one position, there may be several possibilities: 1. few reads may be overloaded with 20% of reads which are mapped exactly ONE time. 2nd possibility, fraction of a read map different different location with unknown insert size. [any other possibility]
how could I get depth of reads which fall on a particular location of chromosome? what is the maximum occurrence reads adhering at same position at particular chromosomal location? in next step, apart from SAM tool is any other way for downstream analysis ???