Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

A simple library to store and query genomic features and sequence. Find neighbors of a given feature up or downstream, or on a given strand. Use a feature to slice out sequence from an associated fasta file. Genedex uses numpy memmaped arrays for fasta slicing of fasta files without creating ... [More] an new (often very large) sequence file. Instead, it creates a .gdx which is a pickled dictionary where the keys are the headers and the values are the start, stop positions of the sequence in the fasta file. To do fast feature queries, genedex uses rtree. This does nearest neighbor and overlap queries very efficiently. This requires a n install of spatialindex as described here Read the HTML documentation here: http://genedex.googlecode.com/svn/trunk/doc/readme.html After installing SpatialIndex Install with easy_install: sudo easy_install http://genedex.googlecode.com/svn/trunk/ [Less]

0
 
  0 reviews  |  0 users  |  1,047 lines of code  |  0 current contributors  |  Analyzed about 16 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.