Download and parse curated HDX-MS datasets
Project description
HDXMS Datasets
- Free software: MIT license
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.parser.load_peptides(0, 'FD_control')
# Load the corresponding experimental peptides.
peptides = ds.parser.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.0a1.tar.gz
(7.8 kB
view hashes)
Built Distribution
Close
Hashes for hdxms_datasets-0.1.0a1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 702d1935d54c4342b475d22e14fe54014a85cab61a83c53864350396a219730e |
|
MD5 | aa2440983f143f6d895b65ee07ec0819 |
|
BLAKE2b-256 | 685b0ebb7ebe79854433d1bac324d150a4ca79a1d61a31aabd1781aa79ec2c8f |