I have download the hiC data from NCBI and nd instead of mapping them on reference genome, I mapped the data on list of genes separately. it means I mapped the R1 and R2 separately.
Now I want quantify how many reads are their hows R1 part are mapped on gene1 (suppose) and R2 part on gene 2.
for example
if total number of reads are 100 (50 R1 and 50 R2). total number of genes are 5 (suppose). out of 100 reads, 30 reads (R1/R2) are mapped on gene1. then find out counter part of reads (R2/R1) which mapped apart from gene1..
positive suggestions are always welcome