PyGenePlexus
PyGenePlexus copied to clipboard
A network based gene classification library to generate genome wide predictions about genes that are functionally similar to the input gene list.
updates: - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](https://github.com/asottile/reorder-python-imports/compare/v3.12.0...v3.14.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.19.1) - [github.com/psf/black: 23.12.1 → 25.1.0](https://github.com/psf/black/compare/23.12.1...25.1.0)
Bumps [pystow](https://github.com/cthoyt/pystow) from 0.5.0 to 0.5.4. Release notes Sourced from pystow's releases. v0.5.4 What's Changed Update CI and project metadata by @cthoyt in cthoyt/pystow#69 Update configuration information by @cthoyt in...
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.11.1 to 3.14.0. Release notes Sourced from pytest-mock's releases. v3.14.0 #415: MockType and AsyncMockType can be imported from pytest_mock for type annotation purposes. #420: Fixed a regression...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.0 to 1.4.1.post1. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.4.1.post1 We're happy to announce the 1.4.1.post1 release. You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.4.html#version-1-4-1-post1 This version...
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.2. Release notes Sourced from tqdm's releases. tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix HTML padding (#1506) keras: fix resuming training when verbose>=2...
Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.26.4. Release notes Sourced from numpy's releases. v1.26.4 NumPy 1.26.4 Release Notes NumPy 1.26.4 is a maintenance release that fixes bugs and regressions discovered after...
In `_get_negatives` it would be good to display what genes were considered neutrals. Possibly even which Term ID they came from and could add the neutral marker in addition to...
@billspat @jacobnewsted It might be good to have one/all of the following displayed when the validation is run, which can be taken care of in the python package 1. have...
Add a function so a user can aggregate results across different models - Does it make sense to do across different gene sets? - How to handle going across different...
Currently, to make output edgelist of the top genes, it needs to read/parse the whole edgelist. Some quick thoughts - Save edgelist files as json with node as key and...