2022

Valuable Webinar in Parallel Computing in R

August 10, 2022 | matloff

George Ostrouchov, one of R’s top parallel computing experts, will run a workshop on cluster parallel computing in R next week. BTW, even a multicore laptop is a “cluster,” so anyone can apply this material to their own work even if ... [Read more...]

Sonnet to infix function

August 9, 2022 | Turtletopia: a blog about programming in R

Some poetry for the programmers Blest be the day, and blest be the month and year, Season and hour and very moment blest, The lovely IDE where first possessed By two percent signs I found me prisoner; (…) Francesco Petrarch, Sonnet 61. Translated by Joseph Auslander. Possibly with some spicing it up ... [Read more...]

Sonnet to infix function

August 9, 2022 | Turtletopia: a blog about programming in R

Some poetry for the programmers Blest be the day, and blest be the month and year, Season and hour and very moment blest, The lovely IDE where first possessed By two percent signs I found me prisoner; (…) Francesco Petrarch, Sonnet 61. Translated by Joseph Auslander. Possibly with some spicing it up ... [Read more...]

shelled and riddled

August 9, 2022 | xi'an

Consider a shell game with three shells and a ball where only the location of the shell with the ball is exchanged with the location of an empty shell, randomly chosen. If one starts with the ball as rightmost, what is the distribution of the location of the ball after ...
[Read more...]

R Cheat Sheet

August 9, 2022 | Trevor French

🤘 Here’s my R Cheat Sheet for the tasks I find myself performing frequently:R Programming Cheat SheetR Cheat Sheet was originally published in Trevor French on Medium, where people are continuing the conversation by highlighting and responding to this ...
[Read more...]

API Calls in R

August 9, 2022 | Trevor French

🤘 Here’s a quick guide on making API calls in R featuring Helium data.OutlineInstall PackagesRequire PackagesMake RequestParse & Explore DataAdding Parameters to RequestsAdding Headers to RequestsInstall Packageshttps://medium.com/media/c8936125ea6...
[Read more...]

Manipulating Data with R

August 9, 2022 | Trevor French

This code builds off the file built here: https://medium.com/@FrenchTrevor/reading-files-into-and-out-of-r-a5bc6fded44bFull code can be found at the bottom of the page.Video here: https://youtu.be/qK9hM9oEocMAdd a Column to a DataframeThis snippet demonstrates how to add a column to a dataframe in ...
[Read more...]

Reading Files into and out of R

August 9, 2022 | Trevor French

Video Here: https://www.youtube.com/watch?v=ibkBTqx3LW8The following code shows how to read a .CSV/.XLSX file into R, perform a manipulation, and write a new file out of R.#Clears environmentrm(list = ls(all.names = TRUE))#-----------------------------...
[Read more...]

Downstream Bioinformatics Analysis of Omics Data with edgeR

August 9, 2022 | morphoscape

Summary A common task when working with transcriptomic data is the identification of differentially expressed (DE) genes or tags between groups. In this tutorial participants will learn how to perform biostatistical analysis with edgeR, including pairwise and analysis of variance (ANOVA) like comparisons to identify significantly DE genes. Questions What ...
[Read more...]
1 24 25 26 27 28 89

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)