DASMixer core library — project API, calculations, and data import
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dasmixer_core-0.6.0a2.tar.gz
(135.8 kB
view details)
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
File details
Details for the file dasmixer_core-0.6.0a2.tar.gz.
File metadata
- Download URL: dasmixer_core-0.6.0a2.tar.gz
- Upload date:
- Size: 135.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edba84a87381f46277af374751de010c80d6b16a61eea4587197d004d8afc4d0
|
|
| MD5 |
f04d88459524fbf203b2580706861a38
|
|
| BLAKE2b-256 |
68daca1967df03c4a32f6e69d34f3714843646e42d9c6e4f30161416df9e2794
|
File details
Details for the file dasmixer_core-0.6.0a2-py3-none-any.whl.
File metadata
- Download URL: dasmixer_core-0.6.0a2-py3-none-any.whl
- Upload date:
- Size: 180.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4df6b293eeb7cdea6e7da48a6a9896489856b703cb566aece0ac2b1226f9c552
|
|
| MD5 |
c1df076cb34c7b786393893cd0d7fe24
|
|
| BLAKE2b-256 |
3db516f9020b89c803e92989377ef188e58fea8b70c8696440d3c4326cbf5d21
|