Get data selected from GWAS catalog into correct format
Source:R/read_data.R
format_gwas_catalog.Rd
DEPRECATED. Please use format_data()
instead.
Examples
if (FALSE) { # \dontrun{
require(MRInstruments)
data(gwas_catalog)
bmi <- subset(gwas_catalog, Phenotype=="Body mass index" & Year==2010 & grepl("kg", Units))
bmi <- format_data(bmi)
} # }