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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
dasmixer_core-0.6.0-py3-none-any.whl
(181.7 kB
view details)
File details
Details for the file dasmixer_core-0.6.0-py3-none-any.whl.
File metadata
- Download URL: dasmixer_core-0.6.0-py3-none-any.whl
- Upload date:
- Size: 181.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6a4de20acf7889a56027eb94ea1186c17858be7cb5938748963cfd0add3c794
|
|
| MD5 |
d9895604272186c10728f902180fedfb
|
|
| BLAKE2b-256 |
d5886ece92f4566a84a0941b5e5525457f63f3def5853bf6a8c1f814b3b87e83
|