Skip to content

Commit 2a4c3ca

Browse files
add: badges in README and bump version in lock
1 parent df7e32d commit 2a4c3ca

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Oncodrive3D
1+
# Oncodrive3D
22

33
**Oncodrive3D** is a fast and accurate computational method designed to analyze patterns of somatic mutation across tumors, with the goal of identifying **three-dimensional (3D) clusters** of missense mutations and detecting genes under **positive selection**.
44

55
The method leverages **AlphaFold 2-predicted protein structures** and Predicted Aligned Error (PAE) to define residue contacts within the protein's 3D space. When available, it integrates **mutational profiles** to build an accurate background model of neutral mutagenesis. By applying a novel **rank-based statistical approach**, Oncodrive3D scores potential 3D clusters and computes empirical p-values."
66

7+
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
8+
[![docker](https://img.shields.io/docker/v/bbglab/oncodrive3d?logo=docker)](https://hub.docker.com/r/bbglab/oncodrive3d)
9+
[![PyPI - Version](https://img.shields.io/pypi/v/oncodrive3d?logo=pypi)](https://pypi.org/project/Oncodrive3D/)
10+
711
---
812

913
## License

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ readme = "README.md"
1515
requires-python = ">=3.10"
1616
license = {text = "GNU Affero General Public License v3 or later (AGPLv3+)"}
1717
keywords = ["bioinformatics", "positiveselection", "driversprediction", "bbglab"]
18-
classifiers = ["Private :: Do Not Upload"]
1918
dependencies = [
2019
"adjusttext==1.1.1",
2120
"aiohttp>=3.11.10",

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)