Entering edit mode
10.8 years ago
burcakotlu
▴
40
Hi,
Is there a way to find rsIds of snps for a given chrName, start and end positions for GRCh37/hg19 in java using eutils?
Any idea?
Burçak
Dear Pierre,
Many thanks. Is there an explanation of the output?
Thank you, Burçak
How to parse esearch xml output?
For snps I had to run xjc "ftp://ftp.ncbi.nlm.nih.gov/snp/specs/docsum_3.3.xsd" for generating java classes.
For parsing an esearch string below which xml schema must I use for generating java classes?
http://www.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=snp&term=150934518:150934518[Base Position] AND X[CHR] AND txid9606&usehistory=n
Thanks, Burçak