December 2015

Tutorial: RNA-seq differential expression & pathway analysis with Sailfish, DESeq2, GAGE, and Pathview

December 4, 2015 | Stephen Turner

BackgroundThis tutorial shows an example of RNA-seq data analysis with DESeq2, followed by KEGG pathway analysis using GAGE. Using data from GSE37704, with processed data available on Figshare DOI: 10.6084/m9.figshare.1601975. This dataset has six samples from GSE37704, where expression was quantified by either: (A) mapping to to GRCh38 using ... [Read more...]

RcppArmadillo 0.6.200.3.0

December 4, 2015 | Thinking inside the box

The regular monthly upstream Armadillo update gave us the second update in the 6.* series: version 6.300.2. This was rolled into RcppArmadillo 0.6.300.2 which was once again tested against all reverse-dependencies before being sent to CRAN and Debian where the new packages arrived yesterday. Besides the changes by Conrad, this version of RcppArmadillo ... [Read more...]

What can global temperature data tell us?

December 3, 2015 | Radford Neal

Debates about anthropogenic climate change often centre around data on changes in global temperatures over the last few decades. There are good scientific reasons to look at this data, but it also plays a prominent role in political advocacy, sometimes fairly, sometimes not so fairly. This is the first in ...
[Read more...]

Venezuela’s 2015 Parliamentary Elections

December 3, 2015 | Daniel

Next Sunday Venezuelans are heading to the polls once again with international concerns about the clearness of the balloting. To get an idea about the political climate over there, I've collected some polls available on the internet. The surprising thing from those surveys is a tremendous variability from pollster to ...
[Read more...]

Feature Selection with caret’s Genetic Algorithm Option

December 3, 2015 | Joseph Rickert

by Joseph Rickert If there is anything that experienced machine learning practitioners are likely to agree on, it would be the importance of careful and thoughtful feature engineering. The judicious selection of which predictor variables to include in a model often has a more beneficial effect on overall classifier performance ... [Read more...]

A Matter of Style?

December 3, 2015 | Andrew Worsley

Up until a few weeks ago I would style my code like this: I thought that was the only way… until I witnessed a DBA friend of mine coding. He would write the same function like this: In my opinion, the second style makes the code easier to read. I ... [Read more...]

Next Kölner R User Meeting: Friday, 4 December 2015

December 3, 2015 | Markus Gesmann

The 16th Cologne R user group meeting is scheduled for this Friday, 4 December 2015 and we have great line up with three talks followed by networking drinks. Monitoring process change using Bayesian methods (Mick Cooney)A common business problem is to evaluate the effect of a change of process, and this ...
[Read more...]

OVA vs. AVA in Classification Problems, via regtools

December 2, 2015 | matloff

OVA and AVA? Huh? These stand for One vs. All and All vs. All, in classification problems with more than 2 classes. To illustrate the idea, I’ll use the UCI Vertebral Column data and Letter Recognition Data, and analyze them using my regtools package. As some of you know, I’... [Read more...]

RcppCCTZ 0.0.2 — now with Solaris support

December 2, 2015 | Thinking inside the box

Following on yesterday's announcement of RcppCCTZ, what is the only thing better than another date, time, or timezones library package? One that works on Solaris too :) Bradley White from CCTZ upstream spotted the failed compilation on the machine in Oxford and suggested a quick fix. Jeroen quickly tested what I ... [Read more...]

Fetching roads data in R with tigris

December 2, 2015 | Kyle Walker

There are three functions available in the tigris package (https://github.com/walkerke/tigris) to fetch road data. primary_roads() loads all interstates for the entire US; primary_secondary_roads() gets you interstates and US/state/county highways, by state; and roads() gets you all road segments for a given ... [Read more...]

Fetching roads data in R with tigris

December 2, 2015 | Kyle Walker

There are three functions available in the tigris package (https://github.com/walkerke/tigris) to fetch road data. primary_roads() loads all interstates for the entire US; primary_secondary_roads() gets you interstates and US/state/county highways, by state; and roads() gets you all road segments for a given ... [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)