Automatic Extraction of Growth Conditions (GCs) from the Gene Expression Omnibus (GEO)
Project to extract in an automatic way the growth conditions of all enterobacteria within the GEO using "Conditional Random Fields " (CRFs).
Prerequisites
Programming languages
- Python (version 2.7, version 3.7)
- Bash
Folder content
CRF
- bin
- label-split_training_test.py
- training_validation.py
- data-sets
- Tags.txt
- test-data-set-30.txt
- training-data-set-70.txt
- models
- model_S1_False_S2_False_v1.mod
- reports
Folder that encloses files with information of the performance of the CRF while identifying GCs.
CoreNLP
- bin
- get-raw-sentences.sh
Script that extracts the GCs from the file: "tagged-xml-data" and adds the phrase: "PGCGROWTHCONDITIONS" to all lines. - single_run.sh
Script that runs th script: "corenlp.sh" with the desired parameters.
- get-raw-sentences.sh
- input
- raw-metadata-senteneces.txt
Resulting file from "get-raw-sentences.sh". Contains all the GCs.
- raw-metadata-senteneces.txt
- output
- raw-metadata-senteneces.txt.conll
This file contains all the words of all the GCs tagged with its "LEMMA" & "POS"
- raw-metadata-senteneces.txt.conll
data-sets
- report-manually-tagged-gcs
Folder with the extracted GCs of all the samples for each serie. - tagged-xml-data
Folder that contains the original xml-tagged files where the GCs will be extracted.