Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Commits
aa41297b
Commit
aa41297b
authored
2 months ago
by
Hanna JULIENNE
Browse files
Options
Downloads
Patches
Plain Diff
Update generating_joint_analysis.rst
parent
7075cbdc
No related branches found
No related tags found
1 merge request
!110
Update SumZ test doc in generating_joint_analysis.rst
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/generating_joint_analysis.rst
+16
-0
16 additions, 0 deletions
doc/source/generating_joint_analysis.rst
with
16 additions
and
0 deletions
doc/source/generating_joint_analysis.rst
+
16
−
0
View file @
aa41297b
...
@@ -37,6 +37,22 @@ By default, all the traits will have the same weight.
...
@@ -37,6 +37,22 @@ By default, all the traits will have the same weight.
If the user wishes to, she/he can specify a vector of weight by using the --custom-loadings option.
If the user wishes to, she/he can specify a vector of weight by using the --custom-loadings option.
.. code-block:: shell
jass create-project-data --init-table-path inittable_Update_COVID19.hdf5 --phenotypes z_INFECTION_INFLUENZA z_INFECTION_EAR-INFECTIONS --worktable-path worktable_test_SumZ.hdf5 --manhattan-plot-path manhattan_SumZ_test.png --quadrant-plot-path quadrant_SumZ_test.png --qq-plot-path QQplots_SumZ_test.png --sumz --custom-loadings test_loadings.csv"
the test_loadings.csv is comma separated file with the following structure:
+-----------------------------+-------+
| trait | weight|
+=============================+=======+
| z_INFECTION_INFLUENZA | 0.8 |
+-----------------------------+-------+
| z_INFECTION_EAR-INFECTIONS | -0.2 |
+-----------------------------+-------+
Access HDFStore components
Access HDFStore components
--------------------------
--------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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