AI to develop cures for cancer
python ./step1-search-all.py
This will do a search for the latest treatments for cancer
for PMID in $(esearch -db pubmed -query "immunocore" | efetch -format uid); do echo $PMID && efetch -db pubmed -id $PMID -format abstract > "$PMID.txt" done
python ./step2-search-treatment.py
python ./step3-search-company.py