Download and parse curated HDX-MS datasets
Project description
HDXMS Datasets
- Free software: MIT license
Installation
$ pip install hdxms-datasets
Example code
from hdxms_datasets import DataVault
vault = DataVault()
# 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")
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.1.1.tar.gz
(8.6 kB
view hashes)
Built Distribution
Close
Hashes for hdxms_datasets-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9256157f8abb2a90cdbb5d044da6e4715f6e8abeada1dbeb90e3ffeb6a5a571 |
|
MD5 | d96841259ccdd17ae193b375b7adbc6b |
|
BLAKE2b-256 | 66a5e549b501f921e3901d2e30f41afe6e8d1f0f738d19b821ccba87e9117245 |