search for: rs11134679

Displaying 1 result from an estimated 1 matches for "rs11134679".

2024 Nov 15
1
R coding to extract allele frequencies from NCBI for ALL alleles of one SNP?
...xtract the data from NCBI for all the alleles of one SNP ? I've looked at getBM() from package biomaRt and searched via Google and Copilot- so far with no success. Many thanks. remotes::install_github("ropensci/rsnps") library("rsnps") # Define the SNP ID snp_id <- "rs11134679" ## this SNP has alleles A, C, G and T, but results are only for A # Query the dbSNP database result <- rsnps::ncbi_snp_query(snp_id) result2 <- as.data.frame(result) result2 result2$maf_population [[alternative HTML version deleted]]