Skip to content

Commit

Permalink
Perfected CLI texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
KwatMDPhD committed Jan 16, 2025
1 parent 9539eef commit 30df2aa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/GSEA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -829,13 +829,11 @@ end
Run data-rank (single-sample) GSEA.
# Arguments
- `output_directory`:
- `feature_x_sample_x_score_tsv`:
- `set_features_json`:
# Options
- `--normalization-dimension`: = 0. 0 (not normalizing) | 1 | 2.
- `--normalization-standard-deviation`: = 4.
- `--algorithm`: = "ks". "ks" | "ksa" | "kliom" | "kliop" | "kli" | "kli1".
Expand All @@ -846,7 +844,6 @@ Run data-rank (single-sample) GSEA.
- `--minimum-set-fraction`: = 0.0.
# Flags
- `--skip-0`: = false. Set this to true for single-cell or other sparse data.
"""
@cast function data_rank(
Expand Down Expand Up @@ -1093,13 +1090,11 @@ end
Run user-rank (pre-rank) GSEA.
# Arguments
- `output_directory`:
- `feature_x_metric_x_score_tsv`:
- `set_features_json`:
# Options
- `--algorithm`: = "ks". "ks" | "ksa" | "kliom" | "kliop" | "kli" | "kli1".
- `--exponent`: = 1.0.
- `--minimum-set-size`: = 15.
Expand All @@ -1116,7 +1111,6 @@ Run user-rank (pre-rank) GSEA.
- `--score-name`: = "Metric".
# Flags
- `--write-set-x-index-x-random-tsv`: = false.
"""
@cast function user_rank(
Expand Down Expand Up @@ -1199,14 +1193,12 @@ end
Run metric-rank (standard) GSEA.
# Arguments
- `output_directory`:
- `target_x_sample_x_number_tsv`:
- `feature_x_sample_x_score_tsv`:
- `set_features_json`:
# Options
- `--normalization-dimension`: = 0. 0 (not normalizing) | 1 | 2.
- `--normalization-standard-deviation`: = 4.
- `--algorithm`: = "ks". "ks" | "ksa" | "kliom" | "kliop" | "kli" | "kli1".
Expand All @@ -1226,7 +1218,6 @@ Run metric-rank (standard) GSEA.
- `--score-name`: = "Signal-to-Noise Ratio".
# Flags
- `--write-set-x-index-x-random-tsv`: = false.
"""
@cast function metric_rank(
Expand Down

0 comments on commit 30df2aa

Please sign in to comment.