Skip to content
Prev 1024 / 21312 Next

[Bioc-devel] how to get genomic sequences?

Roger Liu wrote:
URLs like so:

http://genome.ucsc.edu/cgi-bin/das/hg18/dna?segment=chr1:1000,2000;segment=chr2:1000,2000

will get you sequences of interest.  These come as simple well-formed 
XML, so you can use the XML package to parse them pretty easily.  You 
can do one-at-a-time, or string together a bunch.

Sean