Incom ist die Kommunikations-Plattform der Fachhochschule Potsdam

In seiner Funktionalität auf die Lehre in gestalterischen Studiengängen zugeschnitten... Schnittstelle für die moderne Lehre

Incom ist die Kommunikations-Plattform der Fachhochschule Potsdam mehr erfahren

Visualizing protein expression levels in immune cells with Houdini

Visualizing protein expression levels in immune cells with Houdini

The visualization of scientific data has always had a great importance for science researchers. Heatmaps are useful two-dimensional graphical representation of data, mostly used in molecular biology research to show the level of expression of proteins or genes, which can be compared across different samples (for example blood, cells, samples from different patients). Scientists often find themselves with a lot of data to visualize, but the outcome is mostly a dry, even if effective visual representation of the results. In this documentation, an experimental approach has been used to investigate the possibility to visualize in three dimensions real experimental data, using the 3D Software Houdini. Thus, the aim of this study was to discover new ways of visualization through the employment of cinematic software, giving to the data an immersive appearance, different from the traditional scientific data representation, combining the gap between science and arts. The research was carried out with the study of different methods for importing data into the software and then being manipulated with visual effects.

AIM OF THE STUDY

„We want to see the expression of different proteins in immune cells from the blood of patients with early multiple sclerosis (who have not started their treatment) and compare it with blood from healthy donors to see if there is something so strikingly different that in the future could be used as a diagnostic tool.“

Camila Fernandez Zapata - Charité Universitätsmedizin Berlin

DATASET

The dataset was received directly from a Ph.D. student of the Charité – Universitätsmedizin Berlin. The first step was to completely understand the dataset.

datascape .004.pngdatascape .004.png

The cells were stained with 35 antibodies for 35 proteins (HLADR, CD19, NFAT1, CD44, CD4, TNFa, CD11c, CD16, CCL2, CD86, CD103, CD95, TIM3, CD3, CD56, CD195, CD101, IRF4, CD14, EMR, CD8a,TGFb, CD115, TbetPE, IL10, CCR7, IFNg, CD33, CD192, CX3CR1, CD40, CD62L, ADRPrabbit, IL7R,CD11b) and then measured. The data shown is the level of protein expressed by each cell. According to the expression of different proteins each cell was categorized in 1 of these 8 groups: myeloid cells, B cells, CD3-CD4+HLADR+, CD4 Tcells, CD8 Tcells, DNT cells, NK cells and a little group called “ignore”  (These are the basic types of immune cells that we find in the blood). In the .csv file, it shows the mean expression level of each of the proteins for each group of cells from each patient. So, for example, the 2nd column (Bcells_CIS0012) is giving you the mean expression of the markers for all the cells who were clustered within Bcells from 1 patient (CIS0012).

IMPORTING THE DATA IN HOUDINI

Visualizing data within this software is certainly not a common thing. However, there are build in features such as the Table Import node which will read CSV files, such as output from spreadsheet applications, and generate a point for each line of the CSV file. Even though it's a faster way to import the data, there was a need to structure those data before importing them. Houdini is build to work with the Python programming language, which is commonly known for numerical and scientific computing.

PYTHON + HOUDINI

Python can be a really powerful tool for structuring data. The first thing to do was to read all the data correctly and then turn them into points. Once the points have been displayed, we can add other attributes to the dataset for visual variables. The points have been transformed into circles, and the radius is equal to the level of expression of each cell. The greater the value of the expression, the larger the circle will be. Each cell selected has its own color which has been configured inside the script. The expression value of the dataset determines the hue of the color based on the value, the higher the value, the darker the hue will be.

https://github.com/DanieleMaselli/Houdini_Python/blob/master/hou.py

Screen Shot 2019-09-04 at 14.06.02.pngScreen Shot 2019-09-04 at 14.06.02.png

Screen Shot 2019-09-02 at 16.33.29.pngScreen Shot 2019-09-02 at 16.33.29.png

CONVERT POINTS TO SPHERICAL COORDINATE SYSTEM

After successfully importing the data, the visual appearance was not as interesting as it was generated with 3D software. Since the x, y, z axis had no great importance on the representation of these data, I used a vex code to transform the points into a Cartesian system. The result was surprising, giving the data an immersive appearance that recalls a galaxy and generative art aesthetics. The source of inspiration as well as the vex code were found on Entagma: https://vimeo.com/229479305

OUTPUT

datascape .006.pngdatascape .006.png
datascape .007.pngdatascape .007.png

CONNECTING CELLS

In order to show how the same protein shows different levels of expression in different patients, the lines connects the same proteins but of different cells. This was an attempt to give more sense to the visualization, unfortunately, there was no time to finish this work. The aim of the work was to compare the expression of identical proteins in different patients. For example, the expression of HLADR protein present in the immune cells of healthy subjects in comparison to the levels of the same protein in immune cells of patients (multiple sclerosis).

datascape .009.pngdatascape .009.png

Screen Shot 2019-09-04 at 14.11.52.pngScreen Shot 2019-09-04 at 14.11.52.png

Screen Shot 2019-09-04 at 14.22.07.pngScreen Shot 2019-09-04 at 14.22.07.png

datascape .010.pngdatascape .010.png

datascape .012.pngdatascape .012.png

datascape .011.pngdatascape .011.png

ARTWORK IMAGES

datascape .015.pngdatascape .015.png

datascape .016.pngdatascape .016.png

CONCLUSION

Even though it's a fascinating way to combine two distant world like science and 3D software, we have to take into account the correctness of science as a discipline. This project was a personal experiment and research for a new visual representation of biological data. I am fully aware that this visualization doesn't show an accurate representation of the given study, however I find it still fascinating on how we can manipulate data set with different software that where not build for data visualization. The reaction of the Ph.D student was priceless on how she found the new appereance of her study. This made me think about the natural visual attraction that it generates. Further explanations about visualizing scientific data can be found on the links below, which is a survey paper that i wrote this semester.

Ein Projekt von

Fachgruppe

Interfacedesign

Art des Projekts

Studienarbeit im zweiten Studienabschnitt

Betreuung

foto: Julian Braun

Zugehöriger Workspace

Datascapes mit Houdini

Entstehungszeitraum

Wintersemester 2019 / 2020

zusätzliches Material