Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcai authored Jul 19, 2023
1 parent 91123ee commit 753a84d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions results/simulation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Simulation in XMAP paper
Here, we provide the codes for generating the simulation results in XMAP paper.
The file names are specified with their functionalities + specific simulation scenario in XMAP paper.

## Simulation scenario
- Polygenic + causal effects from normal distributions: *_small_chr22.R
- Polygenic + causal effects from scaled t distributions: *_small_t_chr22.R
- Causal effects + counfounding (introduced by PC): *_inflated_small.R
- Causal effects only: *_small_nobg.R

## Codes for generating simulation data
- Codes for generating effect sizes: Start with 'construct_effect_size'
- Codes for generating GWAS data: Start with 'construct_gwas'

## Codes for running fine-mapping methods
- XMAP: Start with "simu_XMAP"
- SuSiEx: Start with "simu_susie"
- MsCAVIAR: Start with "simu_mscaviar"
- PAINTOR: Start with "simu_paintor"
- SuSiE-inf: Start with "simu_susieinf"
- SuSiE: Start with "simu_susie"
- FINEMAP: Start with "simu_fm"
- DAP-G: Start with "simu_dapg"

0 comments on commit 753a84d

Please sign in to comment.