Use google’s Gemini in R with R package “gemini.R”

December 16, 2023 | jhk0530

Introduction Few days ago, Google presented their own multimodal-LLM named as “Gemini”. Also there was article named “How to Integrate google’s gemini AI model into R” that tells us how to use gemini API in R brieflly. Thanks to Deepanshu Bhalla (writer of above article), I’ve many inspirations ... [Read more...]

Learning inferential statistics using R

December 16, 2023 | Jyosna Philip

Imagine you need to find the average height of 20-year olds. One way is to go around and measure each person individually. But that seems quite a bit of work, doesn’t it? Luckily, there’s a better way. Inferential statistics allows us to use samples to draw conclusions about ... [Read more...]

Unlocking Efficiency in Computational Biology: How Nextflow Streamlines Workflow Management

December 14, 2023 | Piotr Storożenko

Efficiently handling complex workflows is crucial in computational biology, going beyond necessity to become a competitive differentiator. As professionals in this dynamic field, you’re likely familiar with the challenges: integrating diverse data sources, ensuring reproducibility, and scaling operations efficiently. Enter Nextflow, a robust solution designed to simplify and streamline ...
[Read more...]

Introduction of R activities in Japan 

December 14, 2023 | R Consortium

Guest blog contributed by Rikimaru Nishimura, Statistical Programming, Janssen Pharmaceutical K.K. I would like to introduce the task force of Open-Source Software (OSS) in Data Science Expert Committee, Drug Evaluation... The post Introduction of R activities in Japan  appeared first on R Consortium.
[Read more...]

Unlocking the Power of Functional Programming in R (Part 4): Enhancing Reproducibility and Operational Value in Pharma

December 13, 2023 | Anirban Shaw

Welcome to the final part of our “Unlocking the Power of Functional Programming in R” series. In this article, we’ll explore how functional programming enhances reproducibility and testing in data analysis, particularly in industries like pharmaceutical research. We’ll also address the challenges of transitioning to functional programming in ...
[Read more...]

Météo-France Open Data

December 13, 2023 | Michael

Temperature – CC-BY-SA by domollie Great news! Météo-France has started to widen its open archive data. No API so far and a lot of files… What can we do? library(tidyverse) library(httr) library(glue) library(janitor) library(jsonlite) libr...
[Read more...]

Webinar: Use of R in Japan’s Pharma Industry

December 12, 2023 | R Consortium

The use of the R programming language has seen exponential growth across industries, with its role being especially pronounced in the pharmaceutical sector. Japan stands out in this growth narrative,... The post Webinar: Use of R in Japan’s Pharma Industry appeared first on R Consortium.
[Read more...]
1 16 17 18 19 20 2,080