Skip to content
Snippets Groups Projects
Commit aa41297b authored by Hanna  JULIENNE's avatar Hanna JULIENNE
Browse files

Update generating_joint_analysis.rst

parent 7075cbdc
No related branches found
No related tags found
1 merge request!110Update SumZ test doc in generating_joint_analysis.rst
...@@ -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
-------------------------- --------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment