Pre-release
This release is a pre-release and may not be stable for production use.
DASMixer Core
Core library for proteomics data project management, calculations, and data import.
Features
- Project management — create, open, save
.dasmixfiles (SQLite) - Data import — MGF (spectra), PowerNovo2 / MaxQuant / PLGS (identifications), FASTA (proteins)
- Calculations — ion matching (b/y/a/c/x/z), de novo PPM correction (SeqFixer), coverage calculation
- Peptide-to-protein mapping (npysearch BLAST)
- LFQ quantification — emPAI, iBAQ, NSAF, Top3 (via semPAI)
- Reports — PCA, Volcano, UpSet, Coverage, Sample Summary (Plotly-based)
- Export — HTML, DOCX, XLSX, mzTab
Installation
pip install dasmixer-core
With optional extras:
pip install "dasmixer-core[plotly]" # Plotly + Kaleido for charts and export
pip install "dasmixer-core[proteins]" # npysearch for BLAST-like search
pip install "dasmixer-core[all]" # Full installation
Usage
from dasmixer.api.project.project import Project
async with Project(path="study.dasmix", create_if_not_exists=True) as project:
samples = await project.get_samples()
...
Documentation: https://github.com/protdb/dasmixer
Release files for dasmixer-core 0.7.3rc1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dasmixer_core-0.7.3rc1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / dasmixer_core-0.7.3rc1-py3-none-any.whl
| Download URL | dasmixer_core-0.7.3rc1-py3-none-any.whl |
|---|---|
| Size | 217.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a1dcb95db33fd1494ea1a0247c922a71c8c0e06584a379f4953c453527080003
|
|
BLAKE2b-256 checksum How to use checksums |
2683907309a2b7ba2e8bde4f5cb0978343ab4f71952ea9b49739142f54787031
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|