metagenomic_curated / README.md
Witold Wydmański
init
d17ef4a
|
raw
history blame
1.22 kB
metadata
license: artistic-2.0

Metagenomic curated data

This is a python repack of the curated data from the Metagenomic Data Repository.

Please refer to the study list and study metadata for the list of available datasets.

Sample usage

ds = datasets.load_dataset("wwydmanski/metagenomic_curated", "EH1914")
X = np.array(ds['train']['features'])
y = np.array([x['study_condition'] for x in ds['train']['metadata']])

Finding a relevant dataset EHID

The easiest way to find an interesting study is via study metadata. After that, you can find corresponding EHIDs by referring on the https://experimenthub.bioconductor.org/title/{study_name} page.

Let's say that the ThomasAM_2018a study piqued your curiosity - it means that you will be able to find all relevant datasets on the https://experimenthub.bioconductor.org/title/ThomasAM_2018a website.