Skip to content

Commit

Permalink
Merge pull request #34 from mancusolab/dev
Browse files Browse the repository at this point in the history
fixing documentation typos and add test data and the scripts to create test data
  • Loading branch information
zeyunlu authored Jan 17, 2024
2 parents b64f0aa + 1731861 commit ccfd509
Show file tree
Hide file tree
Showing 16 changed files with 9,754 additions and 34 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__pycache__/

*.metadata2.mmm

test_result*
*.sh
*.tsv
*.db
Expand All @@ -20,6 +20,9 @@ docs/api/io/*
docs/api/utils/*
docs/api/cli/*

# make exceptions
!run_sushie.sh

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
========
SuShiE🍣
========
SuShiE (Sum of SHared sIngle Effect) is a Python software to fine-map causal SNPs, compute prediction weights, and infer effect size correlation across multiple ancestries. **The manuscript is in progress.**
SuShiE (Sum of SHared sIngle Effect) is a Python software to fine-map causal SNPs, compute prediction weights, and infer effect size correlation for molecular data (e.g., mRNA levels and protein levels etc.) across multiple ancestries. **The manuscript is in progress.**

.. code:: diff
Expand Down Expand Up @@ -90,7 +90,7 @@ SuShiE software is very easy to use:
.. code:: bash
cd ./data/
sushie finemap --pheno EUR.pheno AFR.pheno --vcf vcf/EUR.vcf vcf/AFR.vcf --covar EUR.covar AFR.covar --output ~/test_result
sushie finemap --pheno EUR.pheno AFR.pheno --vcf vcf/EUR.vcf vcf/AFR.vcf --covar EUR.covar AFR.covar --output ./test_result
It can perform:

Expand All @@ -100,7 +100,7 @@ It can perform:
* Meta-SuSiE: single-ancestry SuSiE followed by meta-analysis
* Mega-SuSiE: single-ancestry SuSiE on row-wise stacked data across ancestries
* QTL effect size correlation estimation
* Narrow-sense cis-heritability estimation
* cis-SNP heritability estimation
* Cross-validation for SuShiE prediction weights
* Convert prediction results to `FUSION <http://gusevlab.org/projects/fusion/>`_ format, thus can be used in `TWAS <https://www.nature.com/articles/ng.3506>`_

Expand Down
Loading

0 comments on commit ccfd509

Please sign in to comment.