Skip to content

Repository for scripts used for the abstract mining project for the Data Science 2016 Course at Poli USP

Notifications You must be signed in to change notification settings

thiagodch/abstract_mining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

abstract_mining

Repository for scripts used for the abstract mining project for the Data Science 2016 Course at Poli USP

download_abs.sh

Bash script for downloading abstracts. The query term of interest should be placed in the "queryterm" placeholder. The output is a list with all relevant abstracts concatenated into a single file. In the script, the placeholder is "juvenile idiopathic arthritis", the query used in our project, for reproducibility.

esearch -db pubmed -query <queryterm> | efetch -format medline

get_abs.pl

Perl script for separating the result of download_abs.sh. The input is the abstracts file, and the output is a folder containing all separated abstracts.

perl get_abs.pl <abstractsfile>

processing.R

R functions for interactive importing and analysis of the get_abs.pl script. The outputs are several PDF files containing the results of analyses

About

Repository for scripts used for the abstract mining project for the Data Science 2016 Course at Poli USP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 95.1%
  • Perl 4.4%
  • Shell 0.5%