Open Cosmos0112 opened 3 weeks ago
We are in the process of updating the repo for the release 3.1.
For converting SuSiE results, you should use susie2enloc
in the utility directory. The syntax is unchanged.
The expected output format for SuSiE is now updated here
The SNP VCF file should list
chromosome position snp_id ref_allele alt_allele
but without the INFO field.
We will upload examples soon.
Thanks!
An example dataset and illustration have been added to the repo.
Let me know if you have further questions,
William
Hi,
I'm trying to used fine-mapped results of complex traits from SuSiE as the input of fastENLOC as you recommended. I notice the following code you provided in input.md to help contrust the input file:
summarize_dap2enloc.pl -dir dap_rst_dir -vcf snp_vcf_file [-tissue tissue_name] | gzip - > fastenloc.eqtl.annotation.vcf.gz
I wonder does each
locus_id.postfix
file indap_rst_dir
represent a causal signal derived from SuSiE? What information should eachlocus_id.postfix
file include and what is the required format of this file? Additionally, what is the required format ofsnp_vcf_file
? It would be better if you could provide some examples for these files.Thanks!