Monthly Archive: March 2016
Working with R and Bioconductor on the cloud (Amazon EC2)
Some Bioconductor-based projects may be computationally challenging and require a lot of resources. If a powerful workstation is not available, it may be a good idea to work with R and Bioconductor at scale using Amazon Web Services (AWS). Setting…
Read more
Building and Publishing R packages on CRAN or GitHub
Building an R package is an easy and very convenient way keep your work well organized. Moreover, it facilitates sharing your code with the R community. Here we will discuss about publishing R packages on CRAN and GitHub. The post…
Read more