2016

Difference between unique() and duplicated()

October 20, 2016 | Frequena

When we work with data, we usually find with an obstacle: repeated values. This type of values don’t represent a critical problem if we have the ability to identify. Once we have that list of repeated values, it is very easy to discard, eliminate or simply extract. We are ... [Read more...]

Network Analysis Part 3 Exercises

October 20, 2016 | Miodrag Sljukic

This is the third set of exercises on networks in which we practice the functions for graph structure, using package igraph. The first and second part are available here: Part 1 Part 2 If you don’t have package already installed, install it using the following code: install.packages("igraph") and load ... [Read more...]

Annotated Facets with ggplot2

October 20, 2016 | Abhijit

I was recently asked to do a panel of grouped boxplots of a continuous variable, with each panel representing a categorical grouping variable. This seems easy enough with ggplot2 and the facet_wrap function, but then my collaborator wanted p-values on the graphs! This post is my approach to the ...
[Read more...]

Scaling RServe Deployments

October 20, 2016 | Bora Beran

Tableau runs R scripts using RServe, a free, open-source R package. But if you have a large number of users on Tableau Server and use R scripts heavily, pointing Tableau to a single RServe instance may not be sufficient. Luckily you can use a load-balancer to distribute the load across ...
[Read more...]

Annotated Facets with ggplot2

October 19, 2016 | R on Abhijit Dasgupta

I was recently asked to do a panel of grouped boxplots of a continuous variable, with each panel representing a categorical grouping variable. This seems easy enough with ggplot2 and the facet_wrap function, but then my collaborator wanted p-values on the graphs! This post is my approach to the ...
[Read more...]

a grim knight [cont’d]

October 19, 2016 | xi'an

As discussed in the previous entry, there are two interpretations to this question from The Riddler: “…how long is the longest path a knight can travel on a standard 8-by-8 board without letting the path intersect itself?” as to what constitutes a path. As a (terrible) chess player, I would ...
[Read more...]

ratio-of-uniforms

October 19, 2016 | xi'an

One approach to random number generation that had always intrigued me is Kinderman and Monahan’s (1977) ratio-of-uniform method. The method is based on the result that the uniform distribution on the set A of (u,v)’s in R⁺xX such that 0≤u²≤ƒ(v/u) induces the distribution with density ...
[Read more...]

R Tools for Visual Studio 0.5 now available

October 19, 2016 | David Smith

R Tools for Visual Studio, the open-source Visual Studio add-in for R programmers, has a new update available for download. RTVS 0.5 makes it easier to run R within SQL Server 2016 as a stored procedure, and supports multiple windows for R graphics. RTVS 0.5 makes use of Visual Studio's polyglot nature so ... [Read more...]

Financial Trading in R with Ilya Kipnis

October 19, 2016 | DataCamp Blog

Our new Financial Trading in R course is here! Learn from Ilya Kipnis, a professional quantitative analyst and co-author of Introduction to Quantitative Trading With R.  Master the basics of financial trading, and learn how to use quantstrat to build ... [Read more...]

Creating Interactive Plots with R and Highcharts

October 19, 2016 | mine

By Mine Cetinkaya-Rundel Sometimes great ideas come from trying to solve simple problems. This seems to be especially true for software developers who are willing to put in an unreasonable amount of effort to solve a simple problem to their satisfaction. So the story goes that Torstein Hønsi, the ...
[Read more...]

Raccoon | Ch. 1 – Introduction to Linear Models with R

October 19, 2016 | Quantide srl

This is the first chapter of our new web book, Raccoon - Statistical Models with R: it's an introduction to Linear models, with theoratical explanation and lots of examples + two summary tables with linear model formulae and functions in R The post Raccoon | Ch. 1 – Introduction to Linear Models with R ... [Read more...]

Descriptive Analytics – Part 0 : data exploration

October 19, 2016 | Vasileios Tsakalos

Descriptive Analytics is the examination of data or content, usually manually performed, to answer the question “What happened?”. This is the first set of exercise of a series of exercises that aims to provide a descriptive analytics solution to the ‘2008’ data set from here. Download it and save it as ... [Read more...]

[Bioc 34] NEWS of my BioC packages

October 19, 2016 | R on Guangchuang Yu

I have 7 packages published within the Bioconductor project. ChIPseeker clusterProfiler DOSE ggtree GOSemSim meshes ReactomePA A new package meshes was included in BioC 3.4 release. ChIPseeker For ChIPseeker, this release fixed several minor bugs. GEO data was updated, now ChIPseeker contains 20947 bed file information.
CHANGES IN VERSION 1.9.8
------------------------
 o plotAvgProf/plotAvgProf2 order of panel by names of input tagMatrix List <2016-09-25, Sun>
 o test ENSEMBL ID using '^ENS' instead of '^ENSG' <2016-09-20, Tue>
   + https://github.com/GuangchuangYu/ChIPseeker/issues/41

CHANGES IN VERSION 1.9.7
------------------------
 o unit test <2016-08-16, Tue>

CHANGES IN VERSION 1.9.6
------------------------
 o update vignette <2016-08-16, Tue>

CHANGES IN VERSION 1.9.5
------------------------
 o when TxDb doesn't have gene_id information, converting gene ID (ensembl/entrez and symbol) will be omitted instead of throw error. <2016-08-02, Tue>
   + https://www.biostars.org/p/204142
 o bug fixed if testing targetPeak is a list of GRanges objects in enrichPeakOverlap function <2016-07-20, Wed>
   + https://github.com/GuangchuangYu/ChIPseeker/issues/37
   + https://github.com/GuangchuangYu/ChIPseeker/issues/36
 o fixed typo in determine gene ID type <2016-06-21, Tue>
   + https://github.com/GuangchuangYu/ChIPseeker/issues/28#issuecomment-227212519
 o move upsetplot generics to DOSE and import from DOSE to prevent function name conflict <2016-06-14, Tue>

CHANGES IN VERSION 1.9.4
------------------------
 o bug fixed <2016-06-08, Wed>
   + https://github.com/GuangchuangYu/ChIPseeker/issues/17#issuecomment-224407402
   + https://github.com/GuangchuangYu/ChIPseeker/pull/24/files

CHANGES IN VERSION 1.9.3
------------------------
 o use byte compiler <2016-05-18, Wed>
 o https://github.com/Bioconductor-mirror/ChIPseeker/commit/f1ada57b9c66a1a44355bbbbdaf5b0a88e10cf7d

CHANGES IN VERSION 1.9.2
------------------------
 o name tagMatrix in plotAvgProf automatically if missing <2016-05-12, Thu>
 o https://github.com/Bioconductor-mirror/ChIPseeker/commit/d5f16b2bc01725e30282c3acb33007ef521a514c

CHANGES IN VERSION 1.9.1
------------------------
 o bug fixed in getNearestFeatureIndicesAndDistances <2016-05-11, Wed>
   + correct metadata in dummy NA feature
clusterProfiler Thanks to the update of ... [Read more...]

Deep learning in the cloud with MXNet

October 19, 2016 | Bogumił Kamiński

Last Friday together with Przemysław Szufel and Wit Jakuczun we were giving a live demo on introduction to deep learning at Digital Champions conference.The objective of the workshop was to show how to build a simple predictive model using MXNet library in a few minutes. In the example, ... [Read more...]

Encryption and Digital Signatures in R using GPG

October 19, 2016 | Jeroen Ooms

A new package gpg has appeared on CRAN. From the package description: Bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods. Includes utilities for public key encryption, creating and verifying digital signatures, and managing your local keyring. Note that some functionality depends on the version of GnuPG that is ... [Read more...]
1 36 37 38 39 40 174

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)