Skip to content

Commit

Permalink
Releasing American Robin.
Browse files Browse the repository at this point in the history
  • Loading branch information
KwatMDPhD committed Apr 13, 2023
1 parent 3f1c322 commit 6c535c2
Show file tree
Hide file tree
Showing 28 changed files with 34,651 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GSEA"
uuid = "f74a9ba8-6f1f-48f2-98b6-a79c46cc06f7"
authors = ["KwatMDPhD <[email protected]>"]
version = "0.16.0"
version = "0.16.1"

[deps]
BioLab = "1fe83854-81c0-42f7-afc9-71ba9af673ca"
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The ✨ new (_not-yet-official_) ✨ (Gene-) Set Enrichment Analysis 🧬
🧬 The ✨ new (_not-yet-official_) ✨ (Gene-) Set Enrichment Analysis.

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

Expand Down Expand Up @@ -46,8 +46,12 @@ mkdir output
gsea metric-rank setting.json target_x_sample_x_number.tsv feature_x_sample_x_number.tsv set_features.json output

ls -l output
```

#### 4. Look at the results

head -2 output/*.tsv
```bash
head -3 output/*.tsv

open output/plot/*.html
```
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions src/GSEA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,9 @@ Run metric-rank (standard) GSEA.
end

"""
The ✨ new ✨ (Gene-) Set Enrichment Analysis 🧬
🧬 The ✨ new ✨ (Gene-) Set Enrichment Analysis.
📍 Learn more at https://github.com/KwatMDPhD/GSEA.jl.
"""

@main

end
2 changes: 1 addition & 1 deletion test/outer_loop.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using GSEA

# --------------------------------------------- #

di = "outer_loop"
di = joinpath(@__DIR__, "outer_loop")

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

Expand Down
4 changes: 2 additions & 2 deletions test/outer_loop/output/plot/coller_myc_targets_up.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/outer_loop/output/plot/hallmark_myc_targets_v2.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/outer_loop/output/plot/lee_liver_cancer_hepatoblast.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/outer_loop/output/plot/pid_s1p_s1p1_pathway.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/outer_loop/output/plot/schuhmacher_myc_targets_up.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/outer_loop/output/plot/tian_tnf_signaling_via_nfkb.html

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Revise

using Test

using BioLab
Expand Down
Loading

0 comments on commit 6c535c2

Please sign in to comment.