[[Entrez]] programming utility http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html [[URL]]을 이용해서 직접 [[Entrez]]데이터를 가져올수 있다. 전달되는 데이터 형식은 [[XML]]. 프로그램 종류 * einfo : DB정보출력 * esearch : 검색어 * esummary * efetch : 단일레코드 전체 (예 http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nucleotide&id=29565556&retmode=xml) * elink * egquery BioPython 을 이용한 예 (만일, gi를 알고 있는 레코드의 내용을 보고싶은것이라면, 굳이 EUtils를 쓰지 않아도 된다. See PineGenomeComparisonUsingEntrez) * CowMrnaAggregator : esearch 후, efetch하기