View source: R/get_genomebuild_for_sumstats.r
get_genomebuild_for_sumstats | R Documentation |
Compare the SNP:CHR:BP data against a dataset of all Hapmap3 SNP:CHR:BP data for two genome builds (GRCh37 and GRCh38). Evaluate which genome build matches the SNP locations from the sum stats file.
get_genomebuild_for_sumstats(path)
path |
Filepath of the summary statistics file |
Either 'GRCh37' or 'GRCh38'
## Not run:
path <- MAGMA.Celltyping::get_example_gwas()
genome_build <- MAGMA.Celltyping::get_genomebuild_for_sumstats(path = path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.