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.neuronal.H.mean.variant_scores.tsv', out_prefix='/oak/stanford/groups/akundaje/projects/neuro-variants/variant_annotations/rosmap/encode_2024/K562_bias/encode_2024.LV.neuronal.H', peaks='/oak/stanford/groups/akundaje/projects/neuro-variants/data/processed/encode_2024/peaks/overlap/encode_2024.LV.neuronal.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.neuronal.H.mean.variant_scores.tsv', out_prefix='/oak/stanford/groups/akundaje/projects/neuro-variants/variant_annotations/rosmap/encode_2024/K562_bias/encode_2024.LV.neuronal.H', peaks='/oak/stanford/groups/akundaje/projects/neuro-variants/data/processed/encode_2024/peaks/overlap/encode_2024.LV.neuronal.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  858749  858750       G       A  chr1:858750:G:A
1  chr1  869815  869816       A       G  chr1:869816:A:G
2  chr1  869950  869951       A       G  chr1:869951:A:G
3  chr1  923768  923769       G       A  chr1:923769:G:A
4  chr1  923908  923909       G       T  chr1:923909:G:T
Peak overlap table shape: (46736, 6)


     chr     pos allele1 allele2        variant_id  logfc.mean  \
0  chr10  124524       T       A  chr10:124524:T:A    0.003494   
1  chr10  124526       T       A  chr10:124526:T:A    0.003692   
2  chr10  124528       T       A  chr10:124528:T:A    0.003894   
3  chr10  124530       T       A  chr10:124530:T:A    0.003049   
4  chr10  124542       T       A  chr10:124542:T:A    0.002442   

   logfc.mean.pval  abs_logfc.mean  abs_logfc.mean.pval  jsd.mean  ...  \
0         0.746844        0.006319             0.758783  0.012301  ...   
1         0.738999        0.005986             0.763722  0.012260  ...   
2         0.747710        0.005767             0.773077  0.011963  ...   
3         0.764228        0.005224             0.788739  0.011837  ...   
4         0.856109        0.003653             0.865892  0.010354  ...   

   quantile_change.mean.pval  abs_quantile_change.mean  \
0                   0.838128                  0.000372   
1                   0.829396                  0.000355   
2                   0.838582                  0.000336   
3                   0.836611                  0.000322   
4                   0.882805                  0.000234   

   abs_quantile_change.mean.pval  closest_gene_1  gene_distance_1  \
0                       0.848681         ZMYND11             5565   
1                       0.854074         ZMYND11             5563   
2                       0.862049         ZMYND11             5561   
3                       0.860738         ZMYND11             5559   
4                       0.891101         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

