100+ datasets found
  1. Association rule mining data for census tract chemical exposure analysis

    • catalog.data.gov
    • data.amerigeoss.org
    • +1more
    Updated Nov 12, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    U.S. EPA Office of Research and Development (ORD) (2020). Association rule mining data for census tract chemical exposure analysis [Dataset]. https://catalog.data.gov/dataset/association-rule-mining-data-for-census-tract-chemical-exposure-analysis
    Explore at:
    Dataset updated
    Nov 12, 2020
    Dataset provided by
    United States Environmental Protection Agencyhttp://www.epa.gov/
    Description

    Chemical concentration, exposure, and health risk data for U.S. census tracts from National Scale Air Toxics Assessment (NATA). This dataset is associated with the following publication: Huang, H., R. Tornero-Velez, and T. Barzyk. Associations between socio-demographic characteristics and chemical concentrations contributing to cumulative exposures in the United States. Journal of Exposure Science and Environmental Epidemiology. Nature Publishing Group, London, UK, 27(6): 544-550, (2017).

  2. Market Basket Analysis

    • kaggle.com
    Updated Dec 9, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aslan Ahmedov (2021). Market Basket Analysis [Dataset]. https://www.kaggle.com/datasets/aslanahmedov/market-basket-analysis
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 9, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Aslan Ahmedov
    Description

    Market Basket Analysis

    Market basket analysis with Apriori algorithm

    The retailer wants to target customers with suggestions on itemset that a customer is most likely to purchase .I was given dataset contains data of a retailer; the transaction data provides data around all the transactions that have happened over a period of time. Retailer will use result to grove in his industry and provide for customer suggestions on itemset, we be able increase customer engagement and improve customer experience and identify customer behavior. I will solve this problem with use Association Rules type of unsupervised learning technique that checks for the dependency of one data item on another data item.

    Introduction

    Association Rule is most used when you are planning to build association in different objects in a set. It works when you are planning to find frequent patterns in a transaction database. It can tell you what items do customers frequently buy together and it allows retailer to identify relationships between the items.

    An Example of Association Rules

    Assume there are 100 customers, 10 of them bought Computer Mouth, 9 bought Mat for Mouse and 8 bought both of them. - bought Computer Mouth => bought Mat for Mouse - support = P(Mouth & Mat) = 8/100 = 0.08 - confidence = support/P(Mat for Mouse) = 0.08/0.09 = 0.89 - lift = confidence/P(Computer Mouth) = 0.89/0.10 = 8.9 This just simple example. In practice, a rule needs the support of several hundred transactions, before it can be considered statistically significant, and datasets often contain thousands or millions of transactions.

    Strategy

    • Data Import
    • Data Understanding and Exploration
    • Transformation of the data – so that is ready to be consumed by the association rules algorithm
    • Running association rules
    • Exploring the rules generated
    • Filtering the generated rules
    • Visualization of Rule

    Dataset Description

    • File name: Assignment-1_Data
    • List name: retaildata
    • File format: . xlsx
    • Number of Row: 522065
    • Number of Attributes: 7

      • BillNo: 6-digit number assigned to each transaction. Nominal.
      • Itemname: Product name. Nominal.
      • Quantity: The quantities of each product per transaction. Numeric.
      • Date: The day and time when each transaction was generated. Numeric.
      • Price: Product price. Numeric.
      • CustomerID: 5-digit number assigned to each customer. Nominal.
      • Country: Name of the country where each customer resides. Nominal.

    imagehttps://user-images.githubusercontent.com/91852182/145270162-fc53e5a3-4ad1-4d06-b0e0-228aabcf6b70.png">

    Libraries in R

    First, we need to load required libraries. Shortly I describe all libraries.

    • arules - Provides the infrastructure for representing, manipulating and analyzing transaction data and patterns (frequent itemsets and association rules).
    • arulesViz - Extends package 'arules' with various visualization. techniques for association rules and item-sets. The package also includes several interactive visualizations for rule exploration.
    • tidyverse - The tidyverse is an opinionated collection of R packages designed for data science.
    • readxl - Read Excel Files in R.
    • plyr - Tools for Splitting, Applying and Combining Data.
    • ggplot2 - A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
    • knitr - Dynamic Report generation in R.
    • magrittr- Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions.
    • dplyr - A fast, consistent tool for working with data frame like objects, both in memory and out of memory.
    • tidyverse - This package is designed to make it easy to install and load multiple 'tidyverse' packages in a single step.

    imagehttps://user-images.githubusercontent.com/91852182/145270210-49c8e1aa-9753-431b-a8d5-99601bc76cb5.png">

    Data Pre-processing

    Next, we need to upload Assignment-1_Data. xlsx to R to read the dataset.Now we can see our data in R.

    imagehttps://user-images.githubusercontent.com/91852182/145270229-514f0983-3bbb-4cd3-be64-980e92656a02.png"> imagehttps://user-images.githubusercontent.com/91852182/145270251-6f6f6472-8817-435c-a995-9bc4bfef10d1.png">

    After we will clear our data frame, will remove missing values.

    imagehttps://user-images.githubusercontent.com/91852182/145270286-05854e1a-2b6c-490e-ab30-9e99e731eacb.png">

    To apply Association Rule mining, we need to convert dataframe into transaction data to make all items that are bought together in one invoice will be in ...

  3. f

    Data from: Variable description.

    • figshare.com
    • plos.figshare.com
    xls
    Updated Jun 9, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han (2023). Variable description. [Dataset]. http://doi.org/10.1371/journal.pone.0255684.t001
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Jun 9, 2023
    Dataset provided by
    PLOS ONE
    Authors
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Variable description.

  4. The result comparison of the different D.

    • plos.figshare.com
    • figshare.com
    xls
    Updated May 30, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han (2023). The result comparison of the different D. [Dataset]. http://doi.org/10.1371/journal.pone.0255684.t002
    Explore at:
    xlsAvailable download formats
    Dataset updated
    May 30, 2023
    Dataset provided by
    PLOShttp://plos.org/
    Authors
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The result comparison of the different D.

  5. The SAR difference of different confidence degree thresholds in D = 3.

    • plos.figshare.com
    xls
    Updated Jun 9, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han (2023). The SAR difference of different confidence degree thresholds in D = 3. [Dataset]. http://doi.org/10.1371/journal.pone.0255684.t009
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Jun 9, 2023
    Dataset provided by
    PLOShttp://plos.org/
    Authors
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The SAR difference of different confidence degree thresholds in D = 3.

  6. m

    Concepción del Uruguay Dataset for Spatial Association Discovery

    • data.mendeley.com
    Updated Sep 4, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Giovanni Rottoli (2020). Concepción del Uruguay Dataset for Spatial Association Discovery [Dataset]. http://doi.org/10.17632/jmct6vgvz8.1
    Explore at:
    Dataset updated
    Sep 4, 2020
    Authors
    Giovanni Rottoli
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    Concepción del Uruguay
    Description

    Dataset used for validation of information mining process for spatial association discovery.

  7. Efficient statistical significance approximation for local association...

    • search.datacite.org
    Updated 2012
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Li Charlie Xia (2012). Efficient statistical significance approximation for local association analysis of high-throughput time series data [Dataset]. http://doi.org/10.25549/usctheses-c3-87579
    Explore at:
    Dataset updated
    2012
    Dataset provided by
    DataCitehttps://www.datacite.org/
    University of Southern California Digital Library (USC.DL)
    Authors
    Li Charlie Xia
    Description

    Local association analysis, such as local similarity analysis and local shape analysis, of biological time series data helps elucidate the varying dynamics of biological systems. However, their applications to large scale high-throughput data are limited by slow permutation procedures for statistical significance evaluation. We developed a theoretical approach to approximate the statistical significance of local similarity and local shape analysis based on the approximate tail distribution of the maximum partial sum of independent identically distributed (i.i.d) and Markovian random variables. Simulations show that the derived formula approximates the tail distribution reasonably well (starting at time points > 10 with no delay and > 20 with delay) and provides p-values comparable to those from permutations. The new approach enables efficient calculation of statistical significance for pairwise local association analysis, making possible all-to-all association studies otherwise prohibitive. As a demonstration, local association analysis of human microbiome time series shows that core OTUs are highly synergetic and some of the associations are body-site specific across samples. The new approach is implemented in our eLSA package, which now provides pipelines for faster local similarity and shape analysis of time series data. The tool is freely available from eLSA's website: http://meta.usc.edu/softs/lsa.

  8. A

    ‘Association – Association’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Jan 13, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2022). ‘Association – Association’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/data-europa-eu-association-association-0c7c/e5dd49ab/?iid=004-969&v=presentation
    Explore at:
    Dataset updated
    Jan 13, 2022
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Association – Association’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from http://data.europa.eu/88u/dataset/6088a69731d514e2fa9bacd0 on 13 January 2022.

    --- Dataset description provided by original source is as follows ---

    Liste des associations (descriptif)

    --- Original source retains full ownership of the source dataset ---

  9. d

    Data from: Exome-chip association analysis of intracranial aneurysms

    • datadryad.org
    • zenodo.org
    zip
    Updated Aug 9, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Femke van't Hof; Dongbing Lai; Jessica van Setten; Michiel L. Bots; Ilonca Vaartjes; Joseph Broderick; Daniel Woo; Tatiana Foroud; Gabriel J.E. Rinkel; Paul IW de Bakker; Ynte M. Ruigrok (2020). Exome-chip association analysis of intracranial aneurysms [Dataset]. http://doi.org/10.5061/dryad.099bk53
    Explore at:
    zipAvailable download formats
    Dataset updated
    Aug 9, 2020
    Dataset provided by
    Dryad
    Authors
    Femke van't Hof; Dongbing Lai; Jessica van Setten; Michiel L. Bots; Ilonca Vaartjes; Joseph Broderick; Daniel Woo; Tatiana Foroud; Gabriel J.E. Rinkel; Paul IW de Bakker; Ynte M. Ruigrok
    Time period covered
    2020
    Description

    Supplementary FiguresSupplementary Figures 1-5Supplementary TablesSupplementary Tables 1-3

  10. A scalable, accurate, and universal analysis framework to control for sample...

    • zenodo.org
    • data.niaid.nih.gov
    application/gzip
    Updated Dec 3, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Xu He; Bi Wenjian; Xu He; Bi Wenjian (2023). A scalable, accurate, and universal analysis framework to control for sample relatedness in large-scale genome-wide association studies and its application to 79 longitudinal traits in UK Biobank [Dataset]. http://doi.org/10.5281/zenodo.10242062
    Explore at:
    application/gzipAvailable download formats
    Dataset updated
    Dec 3, 2023
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Xu He; Bi Wenjian; Xu He; Bi Wenjian
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Sample relatedness is a major confounder in large-scale GWAS and could result in inflation if not appropriately controlled. Incorporating GRM-related random effects into the conventional models is the mostly used strategy. Although effective, it is technically challenging to extend this strategy to other complex traits with complicated structure. In this work, we propose a scalable, accurate, and universal analysis framework, SPAGRM, in which the sample relatedness is controlled via the precise approximation of the joint distribution of genotypes for related samples in families. SPAGRM can utilize GRM-free conventional models and thus is applicable to a wide variety of traits. A hybrid strategy including saddlepoint approximation (SPA) can greatly increase the accuracy to analyze low-frequency and rare genetic variants, especially if the phenotypic distribution is unbalanced. Extensive simulation studies and real data analyses validated that SPAGRM is accurate to control type I error rates and can gain power for a longitudinal trait analysis. Expanding upon the previous studies, we implemented a refined and meticulous QC pipeline to extract 79 longitudinal traits from UK Biobank primary care data. The application of SPAGRM to the 79 longitudinal traits identified 7,463 genetic loci, which is a pioneering attempt to conduct GWAS for a majority of these traits as a longitudinal phenotype.

  11. E

    Data supporting Luciano et al. Association analysis in over 329,000...

    • dtechtive.com
    • find.data.gov.scot
    txt
    Updated Jun 4, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    University of Edinburgh. Centre for Cognitive Ageing and Cognitive Epidemiology (2019). Data supporting Luciano et al. Association analysis in over 329,000 individuals identifies 116 independent variants influencing neuroticism [Dataset]. http://doi.org/10.7488/ds/2565
    Explore at:
    txt(0.0166 MB), txt(1141.76 MB), txt(0.0006 MB)Available download formats
    Dataset updated
    Jun 4, 2019
    Dataset provided by
    University of Edinburgh. Centre for Cognitive Ageing and Cognitive Epidemiology
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    UNITED KINGDOM
    Description

    Data supporting the paper Luciano et al. Association analysis in over 329,000 individuals identifies 116 independent variants influencing neuroticism. Nature Genetics (2017). doi: 10.1038/s41588-017-0013-8

  12. The one-item SAR of D = 3.

    • plos.figshare.com
    xls
    Updated Jun 9, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han (2023). The one-item SAR of D = 3. [Dataset]. http://doi.org/10.1371/journal.pone.0255684.t005
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Jun 9, 2023
    Dataset provided by
    PLOShttp://plos.org/
    Authors
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The one-item SAR of D = 3.

  13. d

    Non-additive association analysis using proxy phenotypes identifies novel...

    • datadryad.org
    • data.niaid.nih.gov
    • +1more
    zip
    Updated Mar 30, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Edwardo Reynolds; Mathew Littlejohn (2021). Non-additive association analysis using proxy phenotypes identifies novel cattle sydromes [Dataset]. http://doi.org/10.5061/dryad.kwh70rz1z
    Explore at:
    zipAvailable download formats
    Dataset updated
    Mar 30, 2021
    Dataset provided by
    Dryad
    Authors
    Edwardo Reynolds; Mathew Littlejohn
    Time period covered
    2020
    Description

    Genotype, phenotype, and pedigree data are uploaded as separate files and should be joined using the individual identifiers common to each relevant fileset. Note that the files have been named using phen_*, gen_*, other*, and source_data* nomenclature according to the numbers and descriptions in the three categories outlined above . A README file is uploaded as part of this submission that details exact file contents and usage.

  14. u

    Association analysis of high-high cluster road intersection crashes within...

    • zivahub.uct.ac.za
    xlsx
    Updated Jun 7, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Simone Vieira; Simon Hull; Roger Behrens (2024). Association analysis of high-high cluster road intersection crashes within the CoCT in 2017, 2018, 2019 and 2021 [Dataset]. http://doi.org/10.25375/uct.25975285.v2
    Explore at:
    xlsxAvailable download formats
    Dataset updated
    Jun 7, 2024
    Dataset provided by
    University of Cape Town
    Authors
    Simone Vieira; Simon Hull; Roger Behrens
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    City of Cape Town
    Description

    This dataset provides comprehensive information on road intersection crashes recognised as "high-high" clusters within the City of Cape Town. It includes detailed records of all intersection crashes and their corresponding crash attribute combinations, which were prevalent in at least 5% of the total "high-high" cluster road intersection crashes for the years 2017, 2018, 2019, and 2021. The dataset is meticulously organised according to support metric values, ranging from 0,05 to 0,0235, with entries presented in descending order.Data SpecificsData Type: Geospatial-temporal categorical dataFile Format: Excel document (.xlsx)Size: 499 KBNumber of Files: The dataset contains a total of 7186 association rulesDate Created: 23rd May 2024MethodologyData Collection Method: The descriptive road traffic crash data per crash victim involved in the crashes was obtained from the City of Cape Town Network InformationSoftware: ArcGIS Pro, PythonProcessing Steps: Following the spatio-temporal analyses and the derivation of "high-high" cluster fishnet grid cells from a cluster and outlier analysis, all the road intersection crashes that occurred within the "high-high" cluster fishnet grid cells were extracted to be processed by association analysis. The association analysis of these crashes was processed using Python software and involved the use of a 0,05 support metric value. Consequently, commonly occurring crash attributes among at least 5% of the "high-high" cluster road intersection crashes were extracted for inclusion in this dataset.Geospatial InformationSpatial Coverage:West Bounding Coordinate: 18°20'EEast Bounding Coordinate: 19°05'ENorth Bounding Coordinate: 33°25'SSouth Bounding Coordinate: 34°25'SCoordinate System: South African Reference System (Lo19) using the Universal Transverse Mercator projectionTemporal InformationTemporal Coverage:Start Date: 01/01/2017End Date: 31/12/2021 (2020 data omitted)

  15. A

    ‘Hourly Association ’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Aug 9, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2020). ‘Hourly Association ’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/data-europa-eu-hourly-association-eafe/89310165/?iid=001-868&v=presentation
    Explore at:
    Dataset updated
    Aug 9, 2020
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Hourly Association ’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from http://data.europa.eu/88u/dataset/5ae9d0b4c8d8c9146c44cc88 on 16 January 2022.

    --- Dataset description provided by original source is as follows ---

    No. of Constitutions in the month, Total No. of Constitutions, Percentage of Constitutions per ANH and Average Time of Constitution (accumulated)

    --- Original source retains full ownership of the source dataset ---

  16. d

    Data from: Genome-wide association analysis of type 2 diabetes in the...

    • dataone.org
    • produccioncientifica.ugr.es
    • +2more
    Updated Jun 15, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Lina Cai; Eleanor Wheeler; Nicola D. Kerrison; Jian'an Luan; Panos Deloukas; Paul W. Franks; Pilar Amiano; Eva Ardanaz; Catalina Bonet; Guy Fagherazzi; Leif C. Groop; Rudolf Kaaks; José MarÃa Huerta; Giovanna Masala; Peter M. Nilsson; Kim Overvad; Valeria Pala; Salvatore Panico; Miguel Rodriguez-Barranco; Olov Rolandsson; Carlotta Sacerdote; Matthias B. Schulze; Annemieke M.W. Spijkeman; Anne Tjonneland; Rosario Tumino; Yvonne T. van de Schouw; Stephen J. Sharp; Nita G. Forouhi; Elio Riboli; Mark I. McCarthy; Inês Barroso; Claudia Langenberg; Nicholas J. Wareham (2025). Genome-wide association analysis of type 2 diabetes in the EPIC-InterAct study [Dataset]. http://doi.org/10.5061/dryad.qnk98sfcg
    Explore at:
    Dataset updated
    Jun 15, 2025
    Dataset provided by
    Dryad Digital Repository
    Authors
    Lina Cai; Eleanor Wheeler; Nicola D. Kerrison; Jian'an Luan; Panos Deloukas; Paul W. Franks; Pilar Amiano; Eva Ardanaz; Catalina Bonet; Guy Fagherazzi; Leif C. Groop; Rudolf Kaaks; José María Huerta; Giovanna Masala; Peter M. Nilsson; Kim Overvad; Valeria Pala; Salvatore Panico; Miguel Rodriguez-Barranco; Olov Rolandsson; Carlotta Sacerdote; Matthias B. Schulze; Annemieke M.W. Spijkeman; Anne Tjonneland; Rosario Tumino; Yvonne T. van de Schouw; Stephen J. Sharp; Nita G. Forouhi; Elio Riboli; Mark I. McCarthy; Inês Barroso; Claudia Langenberg; Nicholas J. Wareham
    Time period covered
    Sep 18, 2021
    Description

    Type 2 diabetes (T2D) is a global public health challenge. Whilst the advent of genome-wide association studies has identified >400 genetic variants associated with T2D, our understanding of its biological mechanisms and translational insights is still limited. The EPIC-InterAct project, centred in 8 countries in the European Prospective Investigations into Cancer and Nutrition study, is one of the largest prospective studies of T2D. Established as a nested case-cohort study to investigate the interplay between genetic and lifestyle behavioural factors on the risk of T2D, a total of 12,403 individuals were identified as incident T2D cases and a representative sub-cohort of 16,154 individuals was selected from a larger cohort of 340,234 participants with a follow-up time of 3.99 million person-years. We describe the results from a genome-wide association analysis between more than 8.9 million SNPs and T2D risk among 22,326 individuals (9,978 cases and 12,348 non-cases) from the EPIC-I...

  17. A

    ‘Affiliate Association’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Feb 11, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2022). ‘Affiliate Association’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/data-gov-affiliate-association-b2df/latest
    Explore at:
    Dataset updated
    Feb 11, 2022
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Affiliate Association’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://catalog.data.gov/dataset/50492d3d-6c6e-4cb6-8278-fed55400be75 on 11 February 2022.

    --- Dataset description provided by original source is as follows ---

    Associations created to maintain the quality of life in a given neighborhood. These associations consist of both neighborhood associations (NA) and homeowner associations (HOA).

    Contact: Will Duke

    Contact E-Mail: will_duke@tempe.gov

    Contact Phone: N/A

    Link: N/A

    Data Source: SQL Server/ArcGIS Server

    Data Source Type: Geospatial

    Preparation Method: N/A

    Publish Frequency: As information changes

    Publish Method: Automatic



    --- Original source retains full ownership of the source dataset ---

  18. A

    ‘Nombre d'adhérents par association’ analyzed by Analyst-2

    • analyst-2.ai
    Updated Aug 5, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com) (2020). ‘Nombre d'adhérents par association’ analyzed by Analyst-2 [Dataset]. https://analyst-2.ai/analysis/data-europa-eu-nombre-d-adherents-par-association-0a95/bc14cfa5/?iid=000-883&v=presentation
    Explore at:
    Dataset updated
    Aug 5, 2020
    Dataset authored and provided by
    Analyst-2 (analyst-2.ai) / Inspirient GmbH (inspirient.com)
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Analysis of ‘Nombre d'adhérents par association’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from http://data.europa.eu/88u/dataset/5f727999469cc4595a5b6549 on 16 January 2022.

    --- Dataset description provided by original source is as follows ---

    Ces informations font partie de l'étude sur l'économie du sport parue en février 2020

    62 % des associations sportives ont moins de 100 adhérents

    nombre d'adhérents par association : (exprimé en %)

    Source : V. Tchernonog - L. Prouteau - « Le paysage associatif français »

    --- Original source retains full ownership of the source dataset ---

  19. f

    The two-item SAR of D = 3.

    • plos.figshare.com
    xls
    Updated Jun 8, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han (2023). The two-item SAR of D = 3. [Dataset]. http://doi.org/10.1371/journal.pone.0255684.t006
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Jun 8, 2023
    Dataset provided by
    PLOS ONE
    Authors
    Xin Liu; Xuefeng Sang; Jiaxuan Chang; Yang Zheng; Yuping Han
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The two-item SAR of D = 3.

  20. d

    Data from: Sequence-based association analysis reveals an MGST1 eQTL with...

    • datadryad.org
    zip
    Updated May 6, 2016
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mathew D. Littlejohn; Kathryn Tiplady; Tania A. Fink; Klaus Lehnert; Thomas Lopdell; Thomas Johnson; Christine Couldrey; Michael D. Keehan; Richard G. Sherlock; Chad Harland; Andrew Scott; Russell G. Snell; Stephen R. Davis; Richard J. Spelman (2016). Sequence-based association analysis reveals an MGST1 eQTL with pleiotropic effects on bovine milk composition [Dataset]. http://doi.org/10.5061/dryad.457br
    Explore at:
    zipAvailable download formats
    Dataset updated
    May 6, 2016
    Dataset provided by
    Dryad
    Authors
    Mathew D. Littlejohn; Kathryn Tiplady; Tania A. Fink; Klaus Lehnert; Thomas Lopdell; Thomas Johnson; Christine Couldrey; Michael D. Keehan; Richard G. Sherlock; Chad Harland; Andrew Scott; Russell G. Snell; Stephen R. Davis; Richard J. Spelman
    Time period covered
    2016
    Area covered
    New Zealand
    Description

    [No abstract entered]

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
U.S. EPA Office of Research and Development (ORD) (2020). Association rule mining data for census tract chemical exposure analysis [Dataset]. https://catalog.data.gov/dataset/association-rule-mining-data-for-census-tract-chemical-exposure-analysis
Organization logo

Association rule mining data for census tract chemical exposure analysis

Explore at:
Dataset updated
Nov 12, 2020
Dataset provided by
United States Environmental Protection Agencyhttp://www.epa.gov/
Description

Chemical concentration, exposure, and health risk data for U.S. census tracts from National Scale Air Toxics Assessment (NATA). This dataset is associated with the following publication: Huang, H., R. Tornero-Velez, and T. Barzyk. Associations between socio-demographic characteristics and chemical concentrations contributing to cumulative exposures in the United States. Journal of Exposure Science and Environmental Epidemiology. Nature Publishing Group, London, UK, 27(6): 544-550, (2017).

Search
Clear search
Close search
Google apps
Main menu