triqler

View on PyPIReverse Dependencies (3)

0.8.0 triqler-0.8.0-py3-none-any.whl

Wheel Details

Project: triqler
Version: 0.8.0
Filename: triqler-0.8.0-py3-none-any.whl
Download: [link]
Size: 64570
MD5: ef98ea1e1bdbeedbf21251be58b24c13
SHA256: eb84ed9f071da4d38e668de0b739a8dd39c76113b8c268ab435bc50245d0442a
Uploaded: 2025-01-07 12:31:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: triqler
Version: 0.8.0
Summary: Triqler: TRansparent Identification-Quantification-Linked Error Rates
Author: Matthew The
Author-Email: matthew.the[at]tum.de
Home-Page: https://github.com/statisticalbiotechnology/triqler
Project-Url: Repository, https://github.com/statisticalbiotechnology/triqler
License: Apache-2.0
Keywords: mass spectrometry,missing values,proteomics,quantification
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9,<3.13
Requires-Dist: job-pool (<0.3.0,>=0.2.6)
Requires-Dist: numpy (<3.0.0,>=2.0.0)
Requires-Dist: pandas (>=1.4.0)
Requires-Dist: scipy (<2.0.0,>=1.9.1)
Requires-Dist: threadpoolctl (<4.0.0,>=3.1.0)
Description-Content-Type: text/markdown
[Description omitted; length: 10310 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.8
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
triqler/__init__.py sha256=MvHg2as1gL6KbACo6qgfZmYIGMXjTG2ik32AeHEYPqI 718
triqler/__main__.py sha256=4KsrTa5I-Sx5SYo9dkAxVahQ3tXNMxun_xhbfEdfOGE 140
triqler/convert/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
triqler/convert/diann.py sha256=uqF8rOmGMvfsOehol9O4OL84bSJytnH_Bz9rREAPx4E 3696
triqler/convert/dinosaur.py sha256=XndV8x9oFsxbtsTYAD7Ti424JvHldQsD7LwbnXY8IG4 7385
triqler/convert/helpers.py sha256=-T9ecXdkPnm9S0kbBiGRQzYXle5Mtka9lJOQ3_VfcWs 7052
triqler/convert/maxquant.py sha256=eJfuZJeTsPGTP8PwKzKUDxHfTt7npx_JY3KYuDebksQ 7207
triqler/convert/normalize_intensities.py sha256=PP7oh0J5I47VNCAC89-g4KK0iAmdFY8tZeNOR22RgO4 6021
triqler/convert/percolator.py sha256=M7lio40HzmfiPW-4vYHnzyPtFupuKCEXlcruJFBJ7Ig 4546
triqler/convert/quandenser.py sha256=JpfPjYkup8GUPer6w9Sat2YM0KJBEo1AFVfSLrLiHYU 7444
triqler/convolution_dp.py sha256=Pe-Ob9rBSTkdhcfSRGlKhhNhhKKHQMbeI4KmV-8gho8 1225
triqler/diff_exp.py sha256=AVIxFFMOESsJx8g0fn-IODrTHTN72j9-34P_YEUNaAU 11560
triqler/distribution/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
triqler/distribution/plot_hyperparameter_fits.py sha256=oIkAeSeB_1KmWnj7bQLPNNRV6N3c3awgRDdvsZ6DLjA 2912
triqler/distribution/plot_posteriors.py sha256=uM6fwJcLq6n3g4mHuvrdFqstpfhgtpfuGsvi1c-N0KE 34339
triqler/hyperparameters.py sha256=mtyA8w2B03JYbKtp5bN9fvA4ZENxYNWqNX1XFrt1uL0 21499
triqler/parsers.py sha256=-er8uQyD3wgbNpzhTPoX3w0D_qrP3TecP6o_7uCWD3c 13765
triqler/pgm.py sha256=I8nsXGwyaNRvyKjLu0u73mmXzetdhszWJmP7jdhlLk0 10729
triqler/qvality.py sha256=1hYjcBVvCIG5Q_qVW1vCNXeU6VOAmSonBtCkc_4Tmxc 18480
triqler/triqler.py sha256=Nps6sH2WqgD508ssGXth80u9HtyPMer4Ruct9vgeXLI 26981
triqler-0.8.0.dist-info/entry_points.txt sha256=BjsG9Dsy4s82N-4fVE_AymOkM3HhvbjU5rovQmj4oQE 368
triqler-0.8.0.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
triqler-0.8.0.dist-info/WHEEL sha256=DA86_h4QwwzGeRoz62o1svYt5kGEXpoUTuTtwzoTb30 83
triqler-0.8.0.dist-info/METADATA sha256=aOOnIKWXUKTsuZYKzpgbWxbZXaGDEPibCndz16VfhQA 11201
triqler-0.8.0.dist-info/RECORD

entry_points.txt

diann2triqler = triqler.convert.diann:main
dinosaur2triqler = triqler.convert.dinosaur:main
maxquant2triqler = triqler.convert.maxquant:main
plot_hyperparameter_fits = triqler.distribution.plot_hyperparameter_fits:main
plot_posteriors = triqler.distribution.plot_posteriors:main
quandenser2triqler = triqler.convert.quandenser:main
triqler = triqler.triqler:main