Namespace(genes='/oak/stanford/groups/akundaje/soumyak/refs/gencode/hg38/hg38.gencode.protein_coding.tss.bed', list='/oak/stanford/groups/akundaje/projects/neuro-variants/variant_summary/rosmap/encode_2024/K562_bias/encode_2024.LV.mast_cell.H.mean.variant_scores.tsv', out_prefix='/oak/stanford/groups/akundaje/projects/neuro-variants/variant_annotations/rosmap/encode_2024/K562_bias/encode_2024.LV.mast_cell.H', peaks='/oak/stanford/groups/akundaje/projects/neuro-variants/data/processed/encode_2024/peaks/overlap/encode_2024.LV.mast_cell.H.overlap.peaks.bed.gz', schema='chrombpnet')
Namespace(genes='/oak/stanford/groups/akundaje/soumyak/refs/gencode/hg38/hg38.gencode.protein_coding.tss.bed', list='/oak/stanford/groups/akundaje/projects/neuro-variants/variant_summary/rosmap/encode_2024/K562_bias/encode_2024.LV.mast_cell.H.mean.variant_scores.tsv', out_prefix='/oak/stanford/groups/akundaje/projects/neuro-variants/variant_annotations/rosmap/encode_2024/K562_bias/encode_2024.LV.mast_cell.H', peaks='/oak/stanford/groups/akundaje/projects/neuro-variants/data/processed/encode_2024/peaks/overlap/encode_2024.LV.mast_cell.H.overlap.peaks.bed.gz', schema='chrombpnet')

         chr     pos     end allele1 allele2       variant_id
837619  chr1  850506  850507       A       T  chr1:850507:A:T
837620  chr1  850562  850563       G       C  chr1:850563:G:C
837621  chr1  850855  850856       C       T  chr1:850856:C:T
837622  chr1  851095  851096       G       A  chr1:851096:G:A
837623  chr1  852046  852047       C       T  chr1:852047:C:T
Variants table shape: (2531122, 6)

annotating with closest genes

     0       1       2  3  4                5     6       7       8       9   \
0  chr1  850506  850507  A  T  chr1:850507:A:T  chr1  923923  923924  SAMD11   
1  chr1  850506  850507  A  T  chr1:850507:A:T  chr1  959308  959309   NOC2L   
2  chr1  850506  850507  A  T  chr1:850507:A:T  chr1  960584  960585  KLHL17   
3  chr1  850562  850563  G  C  chr1:850563:G:C  chr1  923923  923924  SAMD11   
4  chr1  850562  850563  G  C  chr1:850563:G:C  chr1  959308  959309   NOC2L   

   10 11                  12              13      14  
0   0  +  ENSG00000187634.13  protein_coding   73417  
1   0  -  ENSG00000188976.11  protein_coding  108802  
2   0  +  ENSG00000187961.15  protein_coding  110078  
3   0  +  ENSG00000187634.13  protein_coding   73361  
4   0  -  ENSG00000188976.11  protein_coding  108746  
Closest genes table shape: (7593366, 15)

annotating with peak overlap

    chr     pos     end allele1 allele2       variant_id
0  chr1  940303  940304       C       A  chr1:940304:C:A
1  chr1  940306  940307       C       G  chr1:940307:C:G
2  chr1  940377  940378       C       G  chr1:940378:C:G
3  chr1  940557  940558       C       T  chr1:940558:C:T
4  chr1  940583  940584       G       A  chr1:940584:G:A
Peak overlap table shape: (32988, 6)


     chr     pos allele1 allele2        variant_id  logfc.mean  \
0  chr10  124524       T       A  chr10:124524:T:A    0.001546   
1  chr10  124526       T       A  chr10:124526:T:A    0.001355   
2  chr10  124528       T       A  chr10:124528:T:A    0.002087   
3  chr10  124530       T       A  chr10:124530:T:A    0.001300   
4  chr10  124542       T       A  chr10:124542:T:A    0.001614   

   logfc.mean.pval  abs_logfc.mean  abs_logfc.mean.pval  jsd.mean  ...  \
0         0.867023        0.002235             0.899021  0.011176  ...   
1         0.877496        0.001804             0.917663  0.010944  ...   
2         0.845590        0.002112             0.902266  0.011102  ...   
3         0.879998        0.001897             0.913980  0.010589  ...   
4         0.816637        0.003768             0.837369  0.010552  ...   

   quantile_change.mean.pval  abs_quantile_change.mean  \
0                   0.864027                  0.000456   
1                   0.885430                  0.000310   
2                   0.861170                  0.000369   
3                   0.899128                  0.000303   
4                   0.826332                  0.000772   

   abs_quantile_change.mean.pval  closest_gene_1  gene_distance_1  \
0                       0.901935         ZMYND11             5565   
1                       0.931450         ZMYND11             5563   
2                       0.918275         ZMYND11             5561   
3                       0.931240         ZMYND11             5559   
4                       0.840656         ZMYND11             5547   

   closest_gene_2  gene_distance_2  closest_gene_3  gene_distance_3  \
0           TUBB8            50361           DIP2C           565144   
1           TUBB8            50363           DIP2C           565142   
2           TUBB8            50365           DIP2C           565140   
3           TUBB8            50367           DIP2C           565138   
4           TUBB8            50379           DIP2C           565126   

   peak_overlap  
0         False  
1         False  
2         False  
3         False  
4         False  

[5 rows x 38 columns]
Annotation table shape: (2531122, 38)

DONE

Done Annotating

