Hi Bioconductor solvers,
I use Postgwas package for GWAS analysis and to perform SNP to Gene conversion use SNP2Gene function. ( I am new to R envirionment)
snps2 <- snp2gene.prox(
snps,
level = -1,
biomart.config = biomartConfigs$hsapiens,
use.buffer = FALSE,
by.genename = TRUE,
print.format = FALSE
)
I understand that biomaRt is not working temporarily and should use host www.ensembl.org. I tried all that was possible to reflect the change in above query, but couldnt solve it.
Any help appreciated.....