Publications by Fellgernon Bit - rstats

rMaps Mexico map

26.02.2014

It’s exciting when great people help each other get things done This is a simple networking story, which not be surprising to some but I was happily surprised by it. This is how the story goes: Two weeks ago rMaps (Vaidyanathan, 2014) was released. After making a blog post about it I thought about using it to make a map of the homicide rate in ...

5653 sym R (4329 sym/7 pcs) 2 img

Simple mortgage calculator

22.04.2014

Have you ever thought of borrowing some money? A common case is when you have to borrow money for buying a house, which is called a mortgage. Wikipedia (‘Mortgage loan’ entry) goes into much more detail about the definition than what I’ll cover. One of the aspects you have to evaluate when considering a loan such as a mortgage is how much i...

5379 sym R (618 sym/1 pcs) 4 img

Concerns that can deter potential orders for developing Shiny apps

10.06.2014

A few weeks ago I was invited to a meeting where a group was interested in exploring options for replacing their contract with a propriety software. They invited me because they saw some resemblances between a Shiny application I made and the features they need. It is a relatively small project and it seemed feasible to implement, but well, some ...

6313 sym 4 img

Where do I start using Bioconductor?

15.10.2014

I was recently asked where do I get started with Bioconductor? and thought this would be a good short post. What is BioC? Briefly, Bioconductor (Gentleman, Carey, Bates, and others, 2004) is an open source project that hosts a wide range of tools for analyzing biological data with R (R Core Team, 2014). These analysis tools are bundled into packa...

4898 sym 4 img

An xpd-tion into R plot margins

20.11.2014

This is a guest post by Prasad Patil that answers the question: how to put a shape in the margin of an R plot? The help page for R‘s par() function is a somewhat impenetrable list of abbreviations that allow you to manipulate anything and everything in the plotting device. You may have used this function in the past to create an array of plots ...

2606 sym R (700 sym/2 pcs) 6 img

Use hidden advanced arguments for user-friendly functions

10.12.2014

As a user Imagine that you are starting to learn how to use a specific R package, lets call it foo. You will look at the vignette (if there is one), use help(package = foo), or look at the reference manual (for example, devtools’ ref man). Eventually, you will open the help page for the function(s) you are interested in using. ?function_I_want_...

5592 sym R (3888 sym/6 pcs) 4 img

Teaching a short topic to beginner R users

06.07.2015

A couple weeks ago I was given the opportunity to teach a 1 hr 30 min slot of an introduction to R course. In the past, I’ve taught lectures for similar courses, and I ended up asking myself what would be the best short topic to teach and how to teach it. Best short topic There are two ways to answer the first question, one boring and one more ...

7085 sym 8 img

Are you doing parallel computations in R? Then use BiocParallel

06.03.2016

It’s the morning of the first day of oral conferences at #ENAR2016. I feel like I have a spidey sense since I woke up 3 min after an email from Jeff Leek; just a funny coincidence. Anyhow, I promised Valerie Obenchain at #Bioc2014 that I would write a post about one of my favorite Bioconductor packages: BiocParallel (Morgan, Obenchain, Lang, an...

6415 sym R (4506 sym/10 pcs) 14 img

Are you doing parallel computations in R? Then use BiocParallel

06.03.2016

It’s the morning of the first day of oral conferences at #ENAR2016. I feel like I have a spidey sense since I woke up 3 min after an email from Jeff Leek; just a funny coincidence. Anyhow, I promised Valerie Obenchain at #Bioc2014 that I would write a post about one of my favorite Bioconductor packages: BiocParallel (Morgan, Obenchain, Lang, an...

6430 sym R (4503 sym/25 pcs) 14 img

Finding possible class schedules

01.08.2016

Over the weekend my brother wanted to figure out his class schedule for the next semester. He is a veterinary medicine and zootechnology student at UNAM. For this upcoming semester there is a set of classes he has to take and each has 8 or so instructor options. The website where he finds the class times lists about 8 pre-constructed ...

906 sym 2 img