Metadata-Version: 2.0
Name: clinphen
Version: 1.25
Summary: An automatic phenotype extractor
Home-page: http://bejerano.stanford.edu/clinphen/
Author: Cole A. Deisseroth
Author-email: cdeisser@stanford.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: nltk (==3.4)
Requires-Dist: pandas (==0.20.1)
Requires-Dist: six (==1.12.0)

ClinPhen is a free-to-use tool that automatically extracts phenotypes from clinical notes.

To get started:
clinphen --setup

To extract phenotypes:
clinphen <path_to_clinincal_note_file>

To see how to use other features:
clinphen --help


