Entering edit mode
                    3.3 years ago
        h_asma
        
    
        •
    
    0
    I want to find size of intergenic distance /size to flanking gene(including gene part) for list of my genes
e.g.,
chrX   1   10   geneA
chrX.  15   20    geneB
chrX     25.     40.  geneC
I want output like this
geneA chrX   1   15  15  
geneB chrX   10  25   15
geneC  chrX    20   40   20
Does anyone know easier way to do that?