GabrielInteracting with a GraphQL API with RIn this post I share some notes on how to interact with a GraphQL API with R. As an example, I will be using the OpenTarget Genetics…Jan 15, 2023Jan 15, 2023
GabrielWorking with MongoDB in R: Some tips.Recently I began some work where I needed to interact with a MongoDB database from R. I have previously worked with MongoDB via JavaScript…Jan 9, 2023Jan 9, 2023
GabrielIntroduction to working with firestore in R.Recently I had the need to interact with some data stored in firebase’s firestore database via some R scripts. This was the first time that…Aug 28, 20226Aug 28, 20226
GabrielServing animated plots through an R plumber web applicationWhen writing web applications for data analyses, I quite enjoy writing the REST API using R plumber (which handles all the data processing)…Mar 27, 2022Mar 27, 2022
GabrielManipulating data in R: a brief benchmark reportRecently I started to use dplyr. Although I have used R for years, I had been reluctant to learn dplyr’s grammar for data manipulation…Mar 20, 2022Mar 20, 2022
GabrielUsing firebase for authentication in an R plumber application: an example with AngularA few weeks back I started to move an Express.js application to R plumber with the idea of avoiding the ugliness of interacting with a…Jan 2, 2022Jan 2, 2022
GabrielReal-time applications in R plumber with WebSocketsFew weeks ago, I was updating a web application that had a dashboard. The backend was built using R plumber and the frontend with Angular…Dec 13, 2021Dec 13, 2021
GabrielUsing the integrative genomics viewer (IGV) in Angularigv.js is an embeddable version of the Integrative Genomics Viewer (IGV). Here I present a brief tutorial on how to add it to an Angular…Nov 4, 20211Nov 4, 20211
GabrielMaking APIs with R Plumber: Examples and TipsR is my go to language for statistical analysis. However, I do not enjoy working with R shiny to develop web applications. I find that the…Jun 8, 2021Jun 8, 2021
GabrielWorking with data frames in R and python: basicsI am thrilled with how smooth the transition from R to python has been. Certainly the syntax similarities to do basic work in R and python…May 28, 2021May 28, 2021