# NOT RUN {
setwd(tempdir())
Chr(c("rs689","rs9467354","rs61733845"))
Chr("CTLA4")
Chr("13q21.31")
Chr(c("CTLA4","PTPN22"),snps.only=TRUE) # fails as these are genes
Chr(c("rs689","PTPN22","13q21.31")) # mixed input, will default to SNPs, as at least 1 was found
# }
Run the code above in your browser using DataLab