Is there any API that i can send to it the rsID (e.g. rs4988235) and the API respond with the position (i.e. chromosome number and position of the nucleotide) and the effect related to this rsID (e.g. for Rs4988235, CC: likely to be lactose intolerant as an adult. CT: likely to be able to digest milk as an adult. TT: can digest milk.)
the main problem is there is no phenotype (e.g. for Rs4988235, CC: likely to be lactose intolerant as an adult. CT: likely to be able to digest milk as an adult. TT: can digest milk.)
I want an API that give me something like this: (the screenshot is from SNPedia)
If you know PERL, you can use the Variation API and get the phenotype annotations. If you know R, biomaRt would be a good way to get the phenotype info as well.
thanks for this info on Ensemble Restful apis