oncodriveclustl

View on PyPIReverse Dependencies (0)

1.2.0 oncodriveclustl-1.2.0-py3-none-any.whl

Wheel Details

Project: oncodriveclustl
Version: 1.2.0
Filename: oncodriveclustl-1.2.0-py3-none-any.whl
Download: [link]
Size: 38815
MD5: 006d4fa9eac3988f99d0d20859a0c7de
SHA256: bdcf096290f11169737cbef10505acbb7e48aa7745cc796d996d5ee6b19be947
Uploaded: 2024-12-13 20:33:50 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: oncodriveclustl
Version: 1.2.0
Summary: OncodriveCLUSTL is a clustering method to identify cancer drivers
Author-Email: "BBGLab (Barcelona Biomedical Genomics Lab)" <bbglab[at]irbbarcelona.org>
License: OncodriveClustl is the property of the Institute for Research in Biomedicine (IRB Barcelona), which hold the copyright thereto. Copyright (C) 2018 Institute for Research in Biomedicine (IRB Barcelona) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>
Requires-Python: <3.13,>=3.10
Requires-Dist: bgparsers (==0.10)
Requires-Dist: bgreference (==0.7)
Requires-Dist: bgsignature (==0.2)
Requires-Dist: click (==8.1.7)
Requires-Dist: daiquiri (==3.2.5.1)
Requires-Dist: intervaltree (==3.1.0)
Requires-Dist: matplotlib (==3.9.2)
Requires-Dist: numpy (==2.0.1)
Requires-Dist: pandas (==2.2.2)
Requires-Dist: scikit-learn (==1.5.1)
Requires-Dist: scipy (==1.14.0)
Requires-Dist: statsmodels (==0.14.2)
Requires-Dist: tqdm (==4.66.5)
Description-Content-Type: text/markdown
[Description omitted; length: 11867 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.26.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
oncodriveclustl/__init__.py sha256=Btl_98iBIXFtvGx47MqpfbaEVYoOMPBQn9bao7UASkQ 21
oncodriveclustl/main.py sha256=zTzRmd2sN_yc13TB3YrBh2lFHbHl0kf5j6I0r6LC0fY 17249
oncodriveclustl/data/CGC_all_Oct15_10_29_09_2018.tsv sha256=LGjx1VWirX-9L7k-GEol73bMpMAFmgVjMdQlOq8oLQs 5651
oncodriveclustl/parsers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
oncodriveclustl/parsers/vcf.py sha256=i7aQvy6J9u1Dw2mhCnl00DI3dKiTqgkyza7cxgiExJQ 2425
oncodriveclustl/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
oncodriveclustl/utils/analyticalpval.py sha256=SkAzoVOdtN5QVn00qTwITo2GnpRl9RphicNhMjkwVoc 3919
oncodriveclustl/utils/cluster_plot.py sha256=E5dRlZPjgA7nVCCF_BuPoYV5zcYR_frXt8rw_e-hJW0 10133
oncodriveclustl/utils/clustering.py sha256=U5WGKyaoO1PSdDPdRXqMxgLCt0ZcttHRwqcua1isHVI 16824
oncodriveclustl/utils/exceptions.py sha256=8Kfr0B7agXYUPcJhgGVY3bcufg2vIM0tamUcUCs8U2s 439
oncodriveclustl/utils/parsing.py sha256=ni0wrZaHRftH4Hl-8E-0hMxvu1YWQT6yV1Y7SemBNg8 7087
oncodriveclustl/utils/postprocessing.py sha256=BSsUZuM5tEhbEn5udql6sTDFYcFNu0DbEBcMpiwCs7U 8022
oncodriveclustl/utils/qq_plot.py sha256=_kEIEBz6OyiWmtM5TmLnqpqnplGKnuXLrluI9tshOMg 3956
oncodriveclustl/utils/run.py sha256=X9wNFXrbm1lY2DYKqCeYiou9rY71A8Z9gNxGbXS7bOI 31273
oncodriveclustl/utils/score.py sha256=ajEHUWqSGFkwDBkO2Qmlc1B9KKV6VLiacfaJ1OB35pM 687
oncodriveclustl/utils/smoothing.py sha256=VuIM4IobRSIjGwA9QsKFX8ppokd-1NQAG-AOU3FuQsw 4789
oncodriveclustl-1.2.0.dist-info/METADATA sha256=LRs8_EfRnjAFBuxgm8OZgBfHy5koKta6otzn5u1nYis 13520
oncodriveclustl-1.2.0.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
oncodriveclustl-1.2.0.dist-info/entry_points.txt sha256=UClbELwNJXI_cPwmAEYMmutt-dx8uVhDpTjMPDBolZM 113
oncodriveclustl-1.2.0.dist-info/licenses/LICENSE sha256=CQ_8FOAEbFXr6EntU01RT2seI4mg0E7-yD7oTWPO_0w 833
oncodriveclustl-1.2.0.dist-info/RECORD

entry_points.txt

oncodriveclustl = oncodriveclustl.main:main
parse_vcf = oncodriveclustl.parsers.vcf:vcf_to_tsv