On 12/30/2017 04:08 PM, Ludwig Geistlinger wrote:
Hi,
I'm currently playing around with progress bars in BiocParallel - which is a
great package! ;-)
For demonstration, I'm using the example code from DESeq2::DESeq.
library(DESeq2)
library(BiocParallel)
f <- function(mu)
{
cnts <- ma
Hi,
I'm currently playing around with progress bars in BiocParallel - which is a
great package! ;-)
For demonstration, I'm using the example code from DESeq2::DESeq.
library(DESeq2)
library(BiocParallel)
f <- function(mu)
{
cnts <- matrix(rnbinom(n=1000, mu=mu, size=1/0.5), ncol=10)