Data manipulation with R

Posted on Mon 19 October 2020 in R • Tagged with Bioinformatics, gene expression, SQL, PostgreSQL

Introduction

In my previous post I demonstrated how to obtain a prostate cancer dataset with genomic information in the form of gene expression quantification and created a local PostgreSQL database to hold the data.

Here, I will use R to connect to the PostgreSQL database, retrieve and then prepare the …


Continue reading