Skip to content

Commit

Permalink
modify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganten-Hornby committed Nov 18, 2024
1 parent 5a01d08 commit 378d5b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/mouse_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,11 @@ gsmap run_latent_to_gene \
--gM_slices './workdir/sample_slice_mean.parquet' \
--latent_representation 'latent_GVAE'
```

### 8. cauchy combination for multiple samples (optional)
gsmap run_cauchy_combination \
--workdir './workdir' \
--sample_name_list 'sample1' 'sample2' 'sample3' \
--trait_name 'IQ' \
--annotation 'annotation' \
--output_file './workdir/multiple_samples_IQ_cauchy_combination.csv.gz'

0 comments on commit 378d5b0

Please sign in to comment.