giuliacassara / VariationFinder

A re-implementation in Python3 of the open source project MutationFinder for gene mutation detection in free text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VariationFinder

A re-implementation in Python3 of the open source project MutationFinder for gene mutation detection in free text http://mutationfinder.sourceforge.net/

Features

Usage

from the terminal type:

./mutation_finder.py corpora/test_set.txt 

Output file is test_set.txt.mf in the same directory of mutation_finder.py

References

MutationFinder: A high-performance system for extracting point mutation mentions from text
J. Gregory Caporaso, William A. Baumgartner Jr., David A. Randolph, K. Bretonnel Cohen, and Lawrence Hunter; Bioinformatics, 2007 23(14):1862-1865; doi:10.1093/bioinformatics/btm235;

About

A re-implementation in Python3 of the open source project MutationFinder for gene mutation detection in free text.


Languages

Language:Python 100.0%