Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 4.15 KB

visualisations.md

File metadata and controls

34 lines (31 loc) · 4.15 KB

###A collection of some of my previous works {in development}
AWS Certified Cloud Practitioner This AWS certification provided training in using Amazon Web Services (AWS) for cloud conputing analyses.
Query genes/variants related to a human disease This short report searches for and plots the genes most associated with a disease of interest, using the MeSH (Medical Subject Heading) with the disgenet2r R package. Colorectal Neoplasms are used as an example.
Genetic variants associated with chemo-resistance/recurrence in head and neck squamous cell carcinoma (HNSCC) This Thesis was part of the MSc in Computational Genomics at NUI Galway. It uses the Genome Analysis Toolkit (GATK) best practice workflow along with the Picard suite of preprocessing tools to identify mutational signatures in 3 HNSCC patients.
RShiny Prediction App This RShiny app takes student test results and predicts future grade levels. It is based upon a pre-built Regularized Logistic Regression model generated using the caret R package.
More Data Mining with Weka This course taught advanced data mining skills using the Weka workbench.
SQL Fundamentals course This course taught SQL fundamentals such as filtering and retrieving data using SQL Queries such as SELECT,WHERE, LIMIT and more.

Poster This Poster entitled "Data mining for biomarker discovery using machine learning" was presented as part of the HRI (Health Research Ireland) research day in December 2019 at the University of Limerick.
Populations Chart The Highcharts JavaScript package is aesthetically pleasing and produces useful interactive features. Mouse over the points to reveal the exact data point. This Plot shows the population of Ireland, New Zealand and Iceland from 1990 to 2014.
A 3D PCA plot This PCA plot displays 3 locations of the brain on 3D Space. Click, drag and mouse over the data points. A Principal Component (PC) Analysis on RNA-seq data from 3 locations of the brain (Cortex, Hindbrain & Striatum) are plotted as 3 colours. A PC analysis is a common first step on most data types to observe any clustering of the data (if any). One advantage of 3D here is that it can reveal more complex interactions between data points as opposed to a standard 2D plot. For example, the yellow diamond shaped points (representing hind brain) can appear to be more closely related than they actually are when only viewed on the first and 2nd PC. Generated with the Plotly package.
Electoral Divisions within Galway City & County, Ireland This Visualisation shows the County Galway area which is partitioned by electoral constituency. Mouse over the map and click on the constituency of interest. As an extra layer of data, Vacancy Rates (the % of rental units not rented) in 2011 was added as a pop up which was taken from Census data. Mapping visualisations provide enhanced understanding and context of the region of interest and can present a wide range of information at once. Generated using the Leaflet library for interactive maps.