scitex-dataset

Getting Started

  • Installation
    • Requirements
    • Basic Installation
    • Development Installation
    • Optional Dependencies
    • Verification
  • Quickstart
    • Install
    • Python API
    • CLI
    • Configuration
    • Next steps

User Guide

  • CLI Reference
    • Configuration precedence
    • Legacy aliases (hidden, exit code 2)
    • Live command tree
  • Data Sources
    • Catalog sources
      • OpenNeuro — BIDS neuroimaging
      • DANDI Archive — NWB neurophysiology
      • PhysioNet — physiological waveforms
      • Zenodo — general scientific data (CERN)
      • Figshare — research data sharing
      • OpenML — ML datasets and benchmarks
      • MoleculeNet — molecular ML benchmarks
      • GEO — Gene Expression Omnibus (NCBI)
      • ChEMBL — bioactivity (EBI)
      • ClinicalTrials.gov — interventional / observational studies
    • On-demand source
      • HuggingFace Hub
    • Local Database

API Reference

  • scitex_dataset API Reference
    • db_build()
    • db_search()
    • db_show_stats()
    • filter_results()
    • list_sources()
    • openneuro_fetch()
    • dandi_fetch()
    • physionet_fetch()
    • zenodo_fetch()
    • figshare_fetch()
    • openml_fetch()
    • moleculenet_fetch()
    • geo_fetch()
    • chembl_fetch()
    • clinicaltrials_fetch()
    • huggingface_fetch()
    • huggingface_search()
    • huggingface_info()
    • huggingface_download_file()
    • Search Module
      • search_datasets()
      • sort_datasets()
    • Database Module
      • build()
      • update()
      • search()
      • get_stats()
      • get_db_path()
      • clear()
    • Neuroscience Sources
      • OpenNeuro
        • fetch_datasets()
        • fetch_all_datasets()
        • format_dataset()
      • DANDI
        • fetch_datasets()
        • fetch_all_datasets()
        • format_dataset()
      • PhysioNet
        • fetch_datasets()
        • fetch_all_datasets()
        • format_dataset()
    • General Sources
      • Zenodo
        • fetch_datasets()
        • fetch_all_datasets()
        • format_dataset()
    • CLI
      • _repositories_block()
scitex-dataset
  • Python Module Index

Python Module Index

s
 
s
- scitex_dataset
    scitex_dataset._cli
    scitex_dataset.database
    scitex_dataset.general.zenodo
    scitex_dataset.neuroscience.dandi
    scitex_dataset.neuroscience.openneuro
    scitex_dataset.neuroscience.physionet
    scitex_dataset.search

© Copyright 2025, Yusuke Watanabe.

Built with Sphinx using a theme provided by Read the Docs.