This dataset, cardiac_gwas_df, is a data frame containing genome-wide association study (GWAS) results from a multi-ethnic meta-analysis of coronary artery disease (CAD). It includes 9,919 genetic variants with their effect sizes and study characteristics.
data(cardiac_gwas_df)A data frame with 9,919 observations and 7 variables:
Effect size estimates (numeric)
Genomic control standard error (numeric)
Genetic variant identifiers (character)
Participating studies (character)
Number of cases (integer)
Number of controls (integer)
False discovery rate adjusted p-values (numeric)
The dataset name has been kept as 'cardiac_gwas_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the CardioDataSets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a standard data frame. The original content has not been modified in any way.