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/ldsc/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/ldsc/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/ldsc/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/ldsc/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
1620045  chr1  11007  11008       G       C  chr1:11008:G:C
1620046  chr1  11011  11012       G       C  chr1:11012:G:C
1620047  chr1  13109  13110       A       G  chr1:13110:A:G
1620048  chr1  13115  13116       G       T  chr1:13116:G:T
1620049  chr1  13117  13118       G       A  chr1:13118:G:A
Variants table shape: (4542891, 6)

annotating with closest genes

     0      1      2  3  4               5     6       7       8       9   10  \
0  chr1  11007  11008  G  C  chr1:11008:G:C  chr1   65419   65420   OR4F5   0   
1  chr1  11007  11008  G  C  chr1:11008:G:C  chr1  451677  451678  OR4F29   0   
2  chr1  11007  11008  G  C  chr1:11008:G:C  chr1  686653  686654  OR4F16   0   
3  chr1  11011  11012  G  C  chr1:11012:G:C  chr1   65419   65420   OR4F5   0   
4  chr1  11011  11012  G  C  chr1:11012:G:C  chr1  451677  451678  OR4F29   0   

  11                 12              13      14  
0  +  ENSG00000186092.7  protein_coding   54412  
1  -  ENSG00000284733.2  protein_coding  440670  
2  -  ENSG00000284662.2  protein_coding  675646  
3  +  ENSG00000186092.7  protein_coding   54408  
4  -  ENSG00000284733.2  protein_coding  440666  
Closest genes table shape: (13628673, 15)

annotating with peak overlap

    chr     pos     end allele1 allele2       variant_id
0  chr1  778638  778639       G       A  chr1:778639:G:A
1  chr1  904972  904973       C       G  chr1:904973:C:G
2  chr1  921176  921177       C       A  chr1:921177:C:A
3  chr1  940386  940387       G       T  chr1:940387:G:T
4  chr1  940686  940687       T       C  chr1:940687:T:C
Peak overlap table shape: (34178, 6)


     chr    pos allele1 allele2       variant_id  logfc.mean  logfc.mean.pval  \
0  chr10  14744       C       A  chr10:14744:C:A   -0.022265         0.309898   
1  chr10  15391       G       A  chr10:15391:G:A   -0.026683         0.262647   
2  chr10  15394       A       G  chr10:15394:A:G    0.004938         0.824393   
3  chr10  15479       A       G  chr10:15479:A:G   -0.100698         0.029006   
4  chr10  17274       C       G  chr10:17274:C:G    0.001776         0.884164   

   abs_logfc.mean  abs_logfc.mean.pval  jsd.mean  ...  \
0        0.022265             0.344071  0.011913  ...   
1        0.026683             0.293545  0.009601  ...   
2        0.004938             0.776998  0.008035  ...   
3        0.100698             0.033400  0.068245  ...   
4        0.002878             0.864939  0.008025  ...   

   quantile_change.mean.pval  abs_quantile_change.mean  \
0                   0.588416                  0.001938   
1                   0.637880                  0.001558   
2                   0.962897                  0.000299   
3                   0.229527                  0.007938   
4                   0.859714                  0.000720   

   abs_quantile_change.mean.pval  closest_gene_1  gene_distance_1  \
0                       0.634152           TUBB8            59419   
1                       0.684660           TUBB8            58772   
2                       0.921910           TUBB8            58769   
3                       0.254835           TUBB8            58684   
4                       0.834980           TUBB8            56889   

   closest_gene_2  gene_distance_2  closest_gene_3  gene_distance_3  \
0         ZMYND11           115345           DIP2C           674924   
1         ZMYND11           114698           DIP2C           674277   
2         ZMYND11           114695           DIP2C           674274   
3         ZMYND11           114610           DIP2C           674189   
4         ZMYND11           112815           DIP2C           672394   

   peak_overlap  
0         False  
1         False  
2         False  
3         False  
4         False  

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

DONE

Done Annotating

