Download summary statistics from GWAS catalog
Usage
from_gwas_catalog(study_id, quiet = FALSE)
Arguments
- study_id
A single character string with study ID, e.g. "GCST90475332"
- quiet
TRUE/FALSE - controls progress bar for downloading
Value
a filepath to downloaded summary statistics
Examples
if (FALSE) { # \dontrun{
from_gwas_catalog("GCST90475332")
} # }