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.2
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.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / dasmixer_core-0.7.2-py3-none-any.whl
| Download URL | dasmixer_core-0.7.2-py3-none-any.whl |
|---|---|
| Size | 204.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b87ec666d02d28937b715770be792c199d9a7a705eaa3649a33dba2c98fa5ff5
|
|
BLAKE2b-256 checksum How to use checksums |
9067a4280d53c2cc0d8c3d9b1630f674a450a808dabb8b70aa6096ced3d57154
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.0
|