Download and parse curated HDX-MS datasets
Project description
HDXMS Datasets
- Free software: MIT license
Installation
$ pip install hdxms-datasets
HDX-MS database
Currently a beta test database is set up at: https://github.com/Jhsmit/HDX-MS-datasets
Using HDX-MS datasets
Example code
from pathlib import Path
from hdxms_datasets import DataVault
# local path the download datasets to
cache_dir = Path('.cache')
# create a vault with local cache dir, set `remote_url` to connect to a different database
vault = DataVault(cache_dir=cache_dir)
# Download a specific HDX dataset
vault.fetch_dataset("20221007_1530_SecA_Krishnamurthy")
# Load the dataset
ds = vault.load_dataset("20221007_1530_SecA_Krishnamurthy")
# Load the FD control of the first 'state' in the dataset.
fd_control = ds.load_peptides(0, "FD_control")
# Load the corresponding experimental peptides.
peptides = ds.load_peptides(0, "experiment")
Web infterface
To run the web interface: (requires a local clone of the code)
solara run hdxms_datasets/web/upload_form.py --production
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
hdxms_datasets-0.2.0.tar.gz
(2.4 MB
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 hdxms_datasets-0.2.0.tar.gz.
File metadata
- Download URL: hdxms_datasets-0.2.0.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0000a78ef19f0c4fd04a8e610147363e6624eff152b0e8db2c4bb0d47b0d686
|
|
| MD5 |
a1afb93283382d904c60320cdde50678
|
|
| BLAKE2b-256 |
21b38ef295c76a22b119ccaa247ed80397d87b900570b5e0dacfda7d00613379
|
File details
Details for the file hdxms_datasets-0.2.0-py3-none-any.whl.
File metadata
- Download URL: hdxms_datasets-0.2.0-py3-none-any.whl
- Upload date:
- Size: 33.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9162076c77339637b2965d1c470dceba5350d8ce0f0a1abfe58db092c221e07a
|
|
| MD5 |
f51326cedde8ea59fc87cd5335bbf76e
|
|
| BLAKE2b-256 |
db724e5de1b684a0649e9545132a1b351ca7a689bcbdab4b18ecea07cbbb6477
|