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