pandasgwas.Study

Study

Python class to represent a set of GWAS Catalog Study. For more information, see "GWAS CATALOG API Guide"

# get Study by study_id
from pandasgwas.get_studies import get_studies
studies = get_studies(study_id='GCST000854')
Attributes:
  • studies

    pandas.DataFrame. A DataFrame to represent all queried Studies from GWAS Catalog REST API

  • platforms

    pandas.DataFrame. A DataFrame to represent column platforms from studies

  • ancestries

    pandas.DataFrame. A DataFrame to represent column ancestries from studies

  • genotypingTechnologies

    pandas.DataFrame. A DataFrame to represent column genotypingTechnologies from studies

  • ancestralGroups

    pandas.DataFrame. A DataFrame to represent column ancestralGroups from ancestries

  • countriesOfOrigin

    pandas.DataFrame. A DataFrame to represent column countriesOfOrigin from ancestries

  • countriesOfRecruitment

    pandas.DataFrame. A DataFrame to represent column countriesOfOrigin from ancestries