Michael Schubert

Results 51 issues of Michael Schubert

**Describe the bug** Originally mentioned in https://github.com/HenrikBengtsson/globals/issues/2, identification of local S3 methods is mentioned to be fixed in https://github.com/HenrikBengtsson/globals/commit/7847dd58d8101f22dc226bbb4d3d5de7d623adde (2018). https://github.com/HenrikBengtsson/globals/issues/47 seems to be for S3 methods in packages specifically....

bug

### Description of feature This is related to https://github.com/nf-core/demultiplex/issues/81, which states (but is not the main concern of the linked issue) > Also `https://raw.githubusercontent.com/nf-core/test-datasets/demultiplex/testdata/MiSeq/SampleSheet.csv` doesn't seem like proper csv to...

enhancement

Thank for for the _VariantAnnotation_ package, it makes it very easy to annotate mutations found in VCF files! There is, however, one limitation that I find unnecessarily restrictive: The `predictCoding`...

This is an overview of how `narray` is used in R packages present on CRAN, to get some idea where to focus future development. If anyone reading this uses `narray`...

This would provide a `group` function that adds a `narray_grouped` class to an object and indicates which axis the group is on. Then, `map`, `lambda`, `split` etc. would be S3...

question

This refers to indexing as in [lambda.r#L14-L19](https://github.com/mschubert/narray/blob/master/R/lambda.r#L14-L19) (multiple arrays, multiple axes, index as `data.frame`). Idea: * This could be provided as a separate function (analogous to [`group`](https://github.com/mschubert/narray/issues/21)) * The index...

question

analogous to map

enhancement

`cl=NULL` default, but be able to supply them this doesn't make sense for e.g. stack, because common writes

enhancement
next-release

Is there a way to construct a track plot without printing it? The reason that I'm asking is that I want to check if there is any errors in producing...

> [!WARNING] > _This is likely a bug where `tidyHeatmap` produces the wrong results without an error_ I've got a simple `data.frame` with the fields `id` (sample id), `set` (gene...