You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used following GWAS sumstats for partition heritability calculation in ATAC seq peaks. https://zenodo.org/records/10515792
Sumstats files for EUR populations:
sumstats_indep107.tgz (NEW)
It includes 31 UKB datasets. ("UKB_460K.repro_NumberChildrenEverBorn_Pooled","UKB_460K.cancer_PROSTATE" ,"PANUKBB.Breast_Cancer_female"and so on)
Do I need to use specific parameters for UKB datasets? I have used following command for all sumstats.
Dear Team,
I have used following GWAS sumstats for partition heritability calculation in ATAC seq peaks.
https://zenodo.org/records/10515792
Sumstats files for EUR populations:
sumstats_indep107.tgz (NEW)
It includes 31 UKB datasets. ("UKB_460K.repro_NumberChildrenEverBorn_Pooled","UKB_460K.cancer_PROSTATE" ,"PANUKBB.Breast_Cancer_female"and so on)
Do I need to use specific parameters for UKB datasets? I have used following command for all sumstats.
python3_ldsc/./ldsc.py --h2 ${dir_GWAS}/${trait}.sumstats.gz
--ref-ld-chr ${dir_baselineLD}/baselineLD.,NonOverlappingPeaks/Annot_ldscores/${prefix_annot}/${prefix_annot}.
--frqfile-chr Database_unzip/1000G_Phase3_frq/1000G.EUR.QC.
--w-ld-chr Database_unzip/1000G_Phase3_weights_hm3_no_MHC/weights.hm3_noMHC.
--overlap-annot --print-cov --print-coefficients --print-delete-vals
--out ${dir_out}/${trait}_${prefix_annot}_baselineLDv2.2
Thank you.
The text was updated successfully, but these errors were encountered: