Skip to content

Commit 6c535c2

Browse files
committed
Releasing American Robin.
1 parent 3f1c322 commit 6c535c2

28 files changed

+34651
-31
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GSEA"
22
uuid = "f74a9ba8-6f1f-48f2-98b6-a79c46cc06f7"
33
authors = ["KwatMDPhD <kwat.me@icloud.com>"]
4-
version = "0.16.0"
4+
version = "0.16.1"
55

66
[deps]
77
BioLab = "1fe83854-81c0-42f7-afc9-71ba9af673ca"

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The ✨ new (_not-yet-official_) ✨ (Gene-) Set Enrichment Analysis 🧬
1+
🧬 The ✨ new (_not-yet-official_) ✨ (Gene-) Set Enrichment Analysis.
22

33
💁 Join the [bioinformatics community](https://discord.gg/tKh7fguMrD) to get live help on GSEA (and everything bioinformatics) 🎪 ⌨️ 🔰 💡
44

@@ -46,8 +46,12 @@ mkdir output
4646
gsea metric-rank setting.json target_x_sample_x_number.tsv feature_x_sample_x_number.tsv set_features.json output
4747

4848
ls -l output
49+
```
50+
51+
#### 4. Look at the results
4952

50-
head -2 output/*.tsv
53+
```bash
54+
head -3 output/*.tsv
5155

5256
open output/plot/*.html
5357
```
Binary file not shown.

src/GSEA.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,9 @@ Run metric-rank (standard) GSEA.
632632
end
633633

634634
"""
635-
The ✨ new ✨ (Gene-) Set Enrichment Analysis 🧬
635+
🧬 The ✨ new ✨ (Gene-) Set Enrichment Analysis.
636+
📍 Learn more at https://github.com/KwatMDPhD/GSEA.jl.
636637
"""
637-
638638
@main
639639

640640
end

test/outer_loop.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using GSEA
88

99
# --------------------------------------------- #
1010

11-
di = "outer_loop"
11+
di = joinpath(@__DIR__, "outer_loop")
1212

1313
pip = mkpath(joinpath(di, "python", "input"))
1414

test/outer_loop/output/plot/coller_myc_targets_up.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/outer_loop/output/plot/hallmark_myc_targets_v2.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/outer_loop/output/plot/lee_liver_cancer_hepatoblast.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/outer_loop/output/plot/pid_s1p_s1p1_pathway.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/outer_loop/output/plot/reactome_anchoring_fibril_formation.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/outer_loop/output/plot/reactome_laminin_interactions.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/outer_loop/output/plot/reactome_rrna_modification_in_the_nucleus_and_cytosol.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/outer_loop/output/plot/schlosser_myc_targets_and_serum_response_dn.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/outer_loop/output/plot/schuhmacher_myc_targets_up.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/outer_loop/output/plot/tian_tnf_signaling_via_nfkb.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Revise
2-
31
using Test
42

53
using BioLab

0 commit comments

Comments
 (0)