add a command line argument to extract part of hdf5 files
Compare changes
Files
2@@ -35,16 +35,22 @@ By default, all the traits will have the same weight.
@@ -35,16 +35,22 @@ By default, all the traits will have the same weight.
To access each table of the HDFStore you can use `pandas read_hdf functions <https://pandas.pydata.org/docs/reference/api/pandas.read_hdf.html>`_ :
Note that is you wish that the SumStatTab table to be saved as a csv file you can provide the command lines
with the --csv-file-path option and a csv will be generated as well. Outputting a csv while lengthen execution
@@ -54,5 +60,7 @@ Command Line example
@@ -54,5 +60,7 @@ Command Line example
jass create-project-data --init-table-path init_table/init_table_EUR_not_imputed.hdf5 --phenotype z_MAGIC_GLUCOSE-TOLERANCE z_MAGIC_FAST-GLUCOSE z_MAGIC_FAST-INSULIN z_MAGIC_HBA1C --worktable-path ./work_glycemic.hdf5 --manhattan-plot-path ./manhattan_glycemic.png --quadrant-plot-path ./quadrant_glycemic.png
jass create-project-data --init-table-path init_table/init_table_EUR_not_imputed.hdf5 --phenotype z_MAGIC_GLUCOSE-TOLERANCE z_MAGIC_FAST-GLUCOSE z_MAGIC_FAST-INSULIN z_MAGIC_HBA1C --worktable-path ./work_glycemic.hdf5 --manhattan-plot-path ./manhattan_glycemic.png --quadrant-plot-path ./quadrant_glycemic.png