Malte Thodberg

Results 7 issues of Malte Thodberg

I'm seeing a weird bug in in my CAGEfightR package when trying to import BigWigFiles. Here's a reproducible example: ``` # Load the example data library(BiocParallel) library(rtracklayer) library(CAGEfightR) data('exampleDesign') #...

Super useful package! Good old cor can easily calculate correlation between the columns of two matrices, like: cor(iris[,1:2], iris[,3:4]) Petal.Length Petal.Width Sepal.Length 0.8717538 0.8179411 Sepal.Width -0.4284401 -0.3661259 Would it be...

I'm using the Seurat-wrappers `RunHarmony.Seurat`, `RunUMAP2`, `mapQuery`, `knnPredict.Seurat` and `buildReferenceFromSeurat` for doing multi-modal (matched scRNA-Seq & scATAC-Seq) reference mapping with Symphony. I can transfer a single label/column from the metadata...

Upon a little experimentation, it seems the only thing preventing a big.matrix from the bigmemory package to be used as a Seed inside a DelayedArray is that dim() on a...

If i have an rda-object from the rda() function, it is possible to get out the orignial input data? Following the example from the rda() documentation: ``` # Fit RDA...

My CAGEfightR package has recently produced a cryptic error message on the Bioconductor servers, that I cannot myself reproduce: ``` Running examples in ‘CAGEfightR-Ex.R’ failed The error most likely occurred...

The new raw-based Factors are great! However, the `droplevels` method produces a warning. Here's an example using the man page for Factor: ``` library(IRanges) set.seed(123) ir0