Metadata-Version: 2.1
Name: go-stats
Version: 1.1.1
Summary: Python Library to generate statistics on a Gene Ontology (GO) release
Home-page: https://github.com/geneontology/go-stats
Author: Laurent-Philippe Albou
Author-email: laurent.albou@lbl.gov
License: UNKNOWN
Description: # go-stats python tool
        
        Generate statistics for a GO release based on a GOLr instance
        
        ## Install
        > pip install go-stats
        
        ## Usage
        ```
        import go_stats
        
        stats = go_stats.compute_stats('http://golr-aux.geneontology.io/solr/')
        
        print(stats)
        
        go_stats.write_json("stats.json", stats)
        ```
        
        
        Note: current GOLr instance is [http://golr-aux.geneontology.io/solr/](http://golr-aux.geneontology.io/solr/)
Keywords: GO,stats,GOLR,statistics,Gene Ontology
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
