From dfe45836ee096541517a0af55513fe212217995f Mon Sep 17 00:00:00 2001
From: leo <leo.henches@gmail.com>
Date: Fri, 24 Jan 2025 13:52:03 +0100
Subject: [PATCH] added se in docs

---
 doc/source/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/source/index.rst b/doc/source/index.rst
index cf4cf8b..bb87ac0 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -113,6 +113,7 @@ Input
 * ncas: For binary traits, name of the column storing the number of cases by variants (optional)
 * ncont: For binary traits, name of the column storing the number of controls by variants (optional)
 * beta_or_Z: name of the column storing the genetic effect (beta) in the gwas file. This column will be used only to retrieve the sign of the genetic effect with respect to the reference and effect allele.
+* se: standard error
 * OR : For binary traits, Odd ratio when available. Not to be confounded with the genetic effect size or 'beta'.
 * index-type: precise the type of index 
 * imputation_quality: (Optional) column containing individual-based imputation quality. Will be used to filter low quality imputation data from GWASs if the option --imputation-quality-treshold is used
-- 
GitLab