Skip to content

Commit

Permalink
Add a module for doing DEGs analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
yjcyxky committed Jul 9, 2024
1 parent 7fb14f9 commit 5aba7f4
Show file tree
Hide file tree
Showing 9 changed files with 682 additions and 5 deletions.
207 changes: 202 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,5 @@ openai-api-rs = "2.1.4"
# Algorithms
kiddo = "4.2.0" # for KNN
polars = { version = "0.33.2", features = ["csv", "lazy"] }
plotly = "0.9.0"
once_cell = "1"
1 change: 1 addition & 0 deletions data/algorithms/deg/all_genes.json

Large diffs are not rendered by default.

107 changes: 107 additions & 0 deletions data/algorithms/deg/main.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data/algorithms/deg/volcano_plot.json

Large diffs are not rendered by default.

Loading

0 comments on commit 5aba7f4

Please sign in to comment.