May 2016

Inventing New Words. Tribute to Umberto Eco

May 4, 2016 | Salvino

[1] [2] [3] In the mid-1980s, while I was a first-year student in physics at the Bologna State University (Italy), a few friends of mine dragged me to the School of Drama, Arts and Music Studies (DAMS) to follow a couple of lessons of Umberto Eco. I still remember how Read More ... [Read more...]

RTCGA factory of R packages – Quick Guide

May 3, 2016 | Marcin Kosiński

Yesterday we have been delivered with the new version of R - R 3.3.0 (codename Supposedly Educational). This enabled Bioconductor (yes, not all packages are distributed on CRAN) to release it’s new version 3.3. This means that all packages held on Bioconductor, that were under rapid and vivid development, have been ...
[Read more...]

R 3.3.0 is released!

May 3, 2016 | Tal Galili

R 3.3.0 (codename “Supposedly Educational”) was released today. You can get the latest binaries version from here. (or the .tar.gz source code from here). The full list of new features and bug fixes is provided below. Upgrading to R 3.3.0 on Windows If you are using Windows you can easily upgrade ...
[Read more...]

Numerical pitfalls in computing variance

May 3, 2016 | Richard Morey

One of the most common tasks in statistical computing is computation of sample variance. This would seem to be straightforward; there are a number of algebraically equivalent ways of representing the sum of squares \(S\), such as \[ S = \sum_{k=1}^n ( x_k - \bar{x})^2 \] or \[ S = \sum_{k=1}^... [Read more...]

Numerical pitfalls in computing variance

May 3, 2016 | Richard Morey

One of the most common tasks in statistical computing is computation of sample variance. This would seem to be straightforward; there are a number of algebraically equivalent ways of representing the sum of squares (S), such as [ S = sum_{k=1}^n ( x_k - bar{x})^2 ] or [ S = sum_{k=1}^... [Read more...]

Launch Bonuses for Shapefiles for R Programmers

May 3, 2016 | Ari Lamstein

Yesterday I announced two webinars that I will be running to celebrate the launch of my new course, Shapefiles for R Programmers. Today I’m announcing two bonuses that I’m giving to people who buy the course by Thursday at 5pm PT: A 15% discount (save $15)! An invitation to a ...
[Read more...]

googleformr updates on CRAN

May 3, 2016 | data_steve

Main updates to googleformr have been to remove an internal dependency on magrittr chains in the function construction and to take http status checking outside of the main gformr function and into a check_form_works function. Both changes provide notab... [Read more...]

googleformr updates on CRAN

May 3, 2016 | Steve Simpson

Main updates to googleformr have been to remove an internal dependency on magrittr chains in the function construction and to take http status checking outside of the main gformr function and into a check_form_works function. Both changes provide notable speed gains. One can still create a function with ... [Read more...]

convert biological ID with KEGG API using clusterProfiler

May 3, 2016 | R on Guangchuang Yu

bitr_kegg clusterProfiler can convert biological IDs using OrgDb object via the bitr function. Now I implemented another function, bitr_kegg for converting IDs through KEGG API.
library(clusterProfiler)
data(gcSample)
hg <- gcSample[[1]]
head(hg)

## [1] "4597"  "7111"  "5266"  "2175"  "755"   "23046"

eg2np <- bitr_kegg(hg, fromType='kegg', toType='ncbi-proteinid', organism='hsa')

## Warning in bitr_kegg(hg, fromType = "kegg", toType = "ncbi-proteinid",
## organism = "hsa"): 3.7% of input gene IDs are fail to map...

head(eg2np)

##     kegg ncbi-proteinid
## 1   8326      NP_003499
## 2  58487   NP_001034707
## 3 139081      NP_619647
## 4  59272      NP_068576
## 5    993      NP_001780
## 6   2676      NP_001487

np2up <- bitr_kegg(eg2np[,2], fromType='ncbi-proteinid', toType='uniprot', organism='hsa')

head(np2up)

##   ncbi-proteinid uniprot
## 1      NP_005457  O75586
## 2      NP_005792  P41567
## 3      NP_005792  Q6IAV3
## 4      NP_037536  Q13421
## 5      NP_006054  O60662
## 6   NP_001092002  O95398
The ID type (both fromType & toType) should be one of ‘kegg’, ‘ncbi-geneid’, ‘ncbi-proteinid’ or ‘uniprot’. The ‘kegg’ is the primary ID used ... [Read more...]

R in Insurance 2016 Programme

May 3, 2016 | R on mages' blog

We are delighted to announce that the programme for the 4th R in Insurance conference at Cass Business School in London, 11 July 2016, have been finalised. Register by the end of May to get the early bird booking fee. The organisers gratefully acknowledge the sponsorship of Verisk, Mirai Solutions, Applied AI, ... [Read more...]

R in Insurance 2016 Programme

May 3, 2016 | Markus Gesmann

We are delighted to announce that the programme for the 4th R in Insurance conference at Cass Business School in London, 11 July 2016, have been finalised. Register by the end of May to get the early bird booking fee.The organisers gratefully acknowledge the sponsorship of Verisk, Mirai Solutions, Applied AI, ...
[Read more...]

MITx 15.071x (Analytics Edge) – 2016

May 2, 2016 | Anirudh

There's still time to enroll and grab a certificate (or simply audit). The course is offered once a year. I met a bunch of people who did well at a data hackathon I had gone to recently, who had learned the ropes in data science thanks to Analytics Edge.
[Read more...]

Ternary Plots in R using Plotly

May 2, 2016 | Riddhiman

Plotly now supports ternary plots ! and in this post we’ll showcase how to make such charts in R. [crayon-5727c9367d4f1199297046/] Markers [crayon-5727c9367d4fe750640735/]   [crayon-5727c9367d504011620753/] Lines [crayon-5727c9367d50a578390396/] Contour [crayon-5727c9367d510780986397/] [Read more...]

Reading Efron with R

May 2, 2016 | Joseph Rickert

by Joseph Rickert When I first went to grad school, the mathematicians advised me cultivate the habit of reading with a pencil. This turned into a lifelong habit and useful skill for reading all sorts of things: literature, reports and newspapers for example; not just technical papers. However, reading statistics ... [Read more...]
1 12 13 14 15

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)