Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwas compression analysis

Run tabix experiments (snakemake)

stabix_mamba.yml

mamba create -n stabix -f stabix_mamba.yml
mamba activate stabix
snakemake -s scripts/bash/tabix_time.smk

or

mamba create -n stabix -f stabix_mamba.yml
mamba activate stabix
sbatch run_tabix_snakemake.sh

Run STABIX experiments (snakemake)

mamba create -n stabix -f stabix_mamba.yml
mamba activate stabix
snakemake -s scripts/bash/stabix_time.smk

or

mamba create -n stabix -f stabix_mamba.yml
mamba activate stabix
sbatch run_stabix_snakemake.sh

Plot main hexagonal heatmap

python scripts/python/plotting_scripts/publish.py \
 --data /path/to/data/ \
 --bed data/bed_files/hg19.protein_coding.bed \
 --out figures/
Details

hex_heatmap
file_sizes
sepeedup

file sizes num blocks
stabix_sizes stabix_sizes
p-value hits sig SNPs
stabix_sizes stabix_sizes

Plot combination results

python scripts/python/plotting_scripts/plot_compare.py \
 --root /path/to/data/ \
 --bed data/bed_files/hg19.protein_coding.bed \
 --out figures/
Details

stabix_single

Plot column results

python scripts/python/plotting_scripts/plot_columns.py \
 --decomp /path/to/data/ \
 --colors figures/colors.txt \
 --out figures/
   
Details

columns

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages