Skip to content

Commit fe31df5

Browse files
authored
Merge pull request #20 from BergmannLab/v0.0.3
doc fix
2 parents af81b52 + bb10e71 commit fe31df5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/_sources/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Welcome to PascalX's documentation!
77
===================================
88

9-
PascalX is a python3 library (`source <https://github.com/BergmannLab/PascalX>`_) for high precision gene and pathway scoring for GWAS summary statistics. Aggregation of SNP p-values to gene and pathway scores follows the `Pascal <https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004714>`_ methodology, which is based on :math:`\chi^2` statistics. The cummulative distribution function of the weighted :math:`\chi^2` distribution is calculated approximately or exactly via a multi-precision C++ implementation of Ruben's and Davies algorithm. This allows to apply the Pascal methodology to modern UK BioBank scale GWAS. In addition, PascalX offers a novel coherence test between two different GWAS on the level of genes, based on the product-normal distribution, as described `here <https://doi.org/10.1101/2021.05.16.21257289>`_.
9+
PascalX is a python3 library (`source <https://github.com/BergmannLab/PascalX>`_) for high precision gene and pathway scoring for GWAS summary statistics. Aggregation of SNP p-values to gene and pathway scores follows the `Pascal <https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004714>`_ methodology, which is based on :math:`\chi^2` statistics. The cummulative distribution function of the weighted :math:`\chi^2` distribution can be calculated approximately or exactly via a multi-precision C++ implementation of Ruben's and Davies algorithm. This allows to apply the Pascal methodology to modern UK BioBank scale GWAS. In addition, PascalX offers a novel coherence test between two different GWAS on the level of genes, based on the product-normal distribution, as described `here <https://doi.org/10.1101/2021.05.16.21257289>`_.
1010

1111
**Highlights:**
1212

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164

165165
<div class="section" id="welcome-to-pascalx-s-documentation">
166166
<h1>Welcome to PascalX’s documentation!<a class="headerlink" href="#welcome-to-pascalx-s-documentation" title="Permalink to this headline"></a></h1>
167-
<p>PascalX is a python3 library (<a class="reference external" href="https://github.com/BergmannLab/PascalX">source</a>) for high precision gene and pathway scoring for GWAS summary statistics. Aggregation of SNP p-values to gene and pathway scores follows the <a class="reference external" href="https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004714">Pascal</a> methodology, which is based on <span class="math notranslate nohighlight">\(\chi^2\)</span> statistics. The cummulative distribution function of the weighted <span class="math notranslate nohighlight">\(\chi^2\)</span> distribution is calculated approximately or exactly via a multi-precision C++ implementation of Ruben’s and Davies algorithm. This allows to apply the Pascal methodology to modern UK BioBank scale GWAS. In addition, PascalX offers a novel coherence test between two different GWAS on the level of genes, based on the product-normal distribution, as described <a class="reference external" href="https://doi.org/10.1101/2021.05.16.21257289">here</a>.</p>
167+
<p>PascalX is a python3 library (<a class="reference external" href="https://github.com/BergmannLab/PascalX">source</a>) for high precision gene and pathway scoring for GWAS summary statistics. Aggregation of SNP p-values to gene and pathway scores follows the <a class="reference external" href="https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004714">Pascal</a> methodology, which is based on <span class="math notranslate nohighlight">\(\chi^2\)</span> statistics. The cummulative distribution function of the weighted <span class="math notranslate nohighlight">\(\chi^2\)</span> distribution can be calculated approximately or exactly via a multi-precision C++ implementation of Ruben’s and Davies algorithm. This allows to apply the Pascal methodology to modern UK BioBank scale GWAS. In addition, PascalX offers a novel coherence test between two different GWAS on the level of genes, based on the product-normal distribution, as described <a class="reference external" href="https://doi.org/10.1101/2021.05.16.21257289">here</a>.</p>
168168
<p><strong>Highlights:</strong></p>
169169
<blockquote>
170170
<div><ul class="simple">

0 commit comments

Comments
 (0)