Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass_preprocessing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Statistical-Genetics
jass_preprocessing
Commits
83bf40d8
Commit
83bf40d8
authored
5 years ago
by
Hanna JULIENNE
Browse files
Options
Downloads
Patches
Plain Diff
fix table and install jass_preprocessing in .yml
parent
7e207267
No related branches found
No related tags found
No related merge requests found
Pipeline
#18990
passed
5 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
doc/source/index.rst
+13
-13
13 additions, 13 deletions
doc/source/index.rst
with
14 additions
and
14 deletions
.gitlab-ci.yml
+
1
−
1
View file @
83bf40d8
...
@@ -15,7 +15,7 @@ pages:
...
@@ -15,7 +15,7 @@ pages:
-
pip3 install sphinx
-
pip3 install sphinx
-
pip3 install sphinxcontrib-bibtex sphinx_rtd_theme sphinx-argparse
-
pip3 install sphinxcontrib-bibtex sphinx_rtd_theme sphinx-argparse
-
pip3 install -r requirements.txt
-
pip3 install -r requirements.txt
-
pip3 install
pandas
-
pip3 install
../jass_preprocessing/
-
cd doc
-
cd doc
-
sphinx-apidoc -f -o ./source/_autosummary/ ../jass_preprocessing/
-
sphinx-apidoc -f -o ./source/_autosummary/ ../jass_preprocessing/
-
make html
-
make html
...
...
This diff is collapsed.
Click to expand it.
doc/source/index.rst
+
13
−
13
View file @
83bf40d8
...
@@ -38,9 +38,9 @@ The QC and preprocessing step goes as follow:
...
@@ -38,9 +38,9 @@ The QC and preprocessing step goes as follow:
(input format needed to perform LD-score)
(input format needed to perform LD-score)
+-------+-----------+--------+----+----+-----+-----+
+-------+-----------+--------+----+----+-----+-----+
| chrom | rsID | pos | A0
| A1 | Z |
P
|
| chrom | rsID | pos | A0
| A1 | Z |
P
|
+-------+-----------+--------+----+----+-----+-----+
+-------+-----------+--------+----+----+-----+-----+
| 1
| rs4075116 |1003629 | C | T
|0.3
0
| 0.76|
| 1 | rs4075116 |1003629 | C | T
|
0.3 | 0.76|
+-------+-----------+--------+----+----+-----+-----+
+-------+-----------+--------+----+----+-----+-----+
...
@@ -79,22 +79,22 @@ Input
...
@@ -79,22 +79,22 @@ Input
* the fields are:
* the fields are:
+-------------------------------------------+------------------------------------------------------------+
+-------------------------------------------+------------------------------------------------------------
---
+
| category | field name |
| category |
field name |
+===========================================+============================================================+
+===========================================+============================================================
===
+
| path to the data | filename |
| path to the data | filename
|
+-------------------------------------------+------------------------------------------------------------+
+-------------------------------------------+------------------------------------------------------------
---
+
| study info fields | Consortium,Outcome,fullName,type,Nsample,Ncase,Ncontrol,Nsnp|
| study info fields | Consortium,Outcome,fullName,type,Nsample,Ncase,Ncontrol,Nsnp
|
+-------------------------------------------+------------------------------------------------------------+
+-------------------------------------------+------------------------------------------------------------
---
+
| names of the header in the GWAS file | snpid,a1,a2,freq,pval,n,z,OR,se,code,imp,ncas,ncont |
| names of the header in the GWAS file | snpid,a1,a2,freq,pval,n,z,OR,se,code,imp,ncas,ncont
|
+-------------------------------------------+------------------------------------------------------------+
+-------------------------------------------+------------------------------------------------------------
---
+
.. Give an example
.. Give an example
.. | I don't know | altNcas,altNcont|
.. | I don't know | altNcas,altNcont|
Note that the combination of Consortium and outcome must be unique because it will be used as an index in the cleaning process.
Note that the combination of Consortium and outcome must be unique because it will be used as an index in the cleaning process.
Here is an example of descriptor field, the field irrelevant (for example odd ratio for continuous trait) for the study must be filled with na.
Here is an example of descriptor field, the field irrelevant (for example odd ratio for continuous trait) for the study must be filled with na.
.. csv-table:: GWAS information table!
.. csv-table:: GWAS information table!
...
@@ -117,6 +117,6 @@ Indices and tables
...
@@ -117,6 +117,6 @@ Indices and tables
* :ref:`genindex`
* :ref:`genindex`
* :ref:`modindex`
* :ref:`modindex`
.. automodule::
impute_jass
.. automodule::
jass_preprocessing
:members:
:members:
* :ref:`search`
* :ref:`search`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment