Projects

I'm currently working on

ISAnalytics is a R package developed to analyze gene therapy vector insertion sites data identified from genomics next generation sequencing reads for clonal tracking studies.
Package website: ISAnalytics website

Other projects

A portfolio of projects I have developed for different purposes and using different programming languages.

Different implementations of the PageRank algorithm using Python and Apache Spark
This project was developed as part of the final assignment for a college course. The project repo: GitHub
Technologies used:
  • Python 3
  • Apache Spark - pyspark
  • GraphFrames
  • Plotly + Dash + Cytoscape extension for Dash
All code is written in a self-contained executable Google Colab notebook. There is an accompanying report with the details of the project development.
A simple audio to-do list app for Android
This project was developed as part of the final assignment for a college course. The project repo: GitHub
Technologies used:
  • Java
  • Android sdk
A multiplayer Boggle game
This project was developed as part of the final assignment for a college course. It is divided in 3 different repositories:
  • The server-side component: Server
  • The client-side component: Client
  • A common shared library of functions: Library
Technologies used:
  • Java 14
  • JavaFX 15
  • CSS