Data and Text Processing for Health and Life Sciences

Springer Book Livro Gradiva

An example driven introduction to bioinformatics using shell scripting

by Francisco M. Couto
  • 2nd Edition Draft [Jul 2023]: PDF EPUB (diff from 1st edition)
  • 1st Edition [41k Accesses]
  • Portuguese adaption Introdução à Bioinformática Via Linha de Comando
  • Slides [Jul 2023]
  • Workbook includes exercises with answers
  • File Archive [Jul 2023] includes scripts, data, text and ontology files
  • Test Script to check if your shell has everything necessary:
    wget http://labs.rd.ciencias.ulisboa.pt/book/testshell20230712.zip;
    unzip testshell20230712.zip;
    ./testshell.sh
  • Tutorials at Scientific Meetings:
ECIR2021 Tutorial Teaser

ECIR2021 Tutorial Teaser

About this book:

This open access book is a step-by-step introduction on how shell scripting can help solve many of the data processing tasks that Health and Life specialists face everyday with minimal software dependencies. The examples presented in the book show how simple command line tools can be used and combined to retrieve data and text from web resources, to filter and mine literature, and to explore the semantics encoded in biomedical ontologies. To store data this book relies on open standard text file formats, such as TSV, CSV, XML, and OWL, that can be open by any text editor or spreadsheet application.
The first two chapters, Introduction and Resources, provide a brief introduction to the shell scripting and describe popular data resources in Health and Life Sciences. The third chapter, Data Retrieval, starts by introducing a common data processing task that involves multiple data resources. Then, this chapter explains how to automate each step of that task by introducing the required commands line tools one by one. The fourth chapter, Text Processing, shows how to filter and analyze text by using simple string matching techniques and regular expressions. The last chapter, Semantic Processing, shows how XPath queries and shell scripting is able to process complex data, such as the graphs used to specify ontologies.
Besides being almost immutable for more than four decades and being available in most of our personal computers, shell scripting is relatively easy to learn by Health and Life specialists as a sequence of independent commands. Comprehending them is like conducting a new laboratory protocol by testing and understanding its procedural steps and variables, and combining their intermediate results. Thus, this book is particularly relevant to Health and Life specialists or students that want to easily learn how to process data and text, and which in return may facilitate and inspire them to acquire deeper bioinformatics skills in the future.

Video Tutorials

More Videos