Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects

2023-12-12 Thread Christian Arnold via Bioc-devel
> From: Bioc-devel On Behalf Of > Vincent Carey > Sent: Sunday, December 10, 2023 1:44 PM > To: Christian Arnold > Cc: bioc-devel@r-project.org > Subject: Re: [Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects > > Good question.  I believe the

[Bioc-devel] Missing CHM13v2.0 TxDB and OrgDb objects

2023-12-10 Thread Christian Arnold via Bioc-devel
Hello, I am working with the new human T2T-CHM13v2.0  assembly and while a BSgenome package already exists (BSgenome.Hsapiens.NCBI.T2T.CHM13v2.0), I could not find the corresponding TxDb and OrgDb packages. Is there any information when they may also become available so it is easier to work with

[Bioc-devel] Package problems due to results() function from other package?

2023-10-28 Thread Christian Arnold
For my package SNPhood that did not receive any code changes or updates in quite a while, I suddenly see errors with Bioc 3.18: https://master.bioconductor.org/checkResults/3.18/bioc-LATEST/SNPhood/nebbiolo2-buildsrc.html Error: processing vignette 'workflow.Rmd' failed with diagnostics: unused

[Bioc-devel] Bioc-issue-bot remarks missing / wrong biocViews field in DESCRIPTION

2022-03-04 Thread Christian Arnold
Hi, for a new package submission (https://github.com/Bioconductor/Contributions/issues/2550), I receive an automated bot reply with the following: "The package DESCRIPTION must contain a biocViews field with one or more valid biocViews terms. Please fix your DESCRIPTION. See current biocViews

[Bioc-devel] GenomeInfoDb::fetchExtendedChromInfoFromUCSC broken again?

2017-01-31 Thread Christian Arnold
Hi, it appears that in the newest devel version, fetchExtendedChromInfoFromUCSC is broken (again). I found an earlier post here: https://www.mail-archive.com/bioc-devel@r-project.org/msg06193.html, which however states that this has been fixed already in the previous version 1.11.2 of the

[Bioc-devel] lpsymphony - BiocParallel crash

2016-09-21 Thread Christian Arnold
Dear Bioconductor developers, I am having a somewhat mysterious and challenging problem which we believe is a bug in either (1) BiocParallel or (2) the lpsymphony library from either Bioconductor or the SYMPHONY backend. The problem is, in a nutshell, that R silently crashes or, to be more

[Bioc-devel] Rsamtools: How to import only the first 1000 or so reads

2016-01-21 Thread Christian Arnold
Dear Bioc-Community, I was wondering if it is currently possible to only import the first X reads rather than all reads from an arbitrary BAM file into a list using Rsamtools with scanBam? I did not find any parameter in scanBamParam that seems to capture what I need. Specifically, I do not

[Bioc-devel] Reducing memory footprint of large object

2015-11-05 Thread Christian Arnold
mation for further processing. Do you have any idea if I can save this information more efficiently so that the overall object size is reduced? I could try an Rle, but the structure of the data does not be ideal for this... Any tips are very much appreciated! Thanks, Christian --

[Bioc-devel] Issues with R CMD check and an ExperimentalData package

2015-09-22 Thread Christian Arnold
e vignette sources from inst/doc Any help is appreciated, thanks, Christian -- — Christian Arnold, PhD Staff Bioinformatician SCB Unit - Computational Biology Joint appointment Genome Biology Joint appointment European Bioinformatics Institute (EMBL-EBI) European Molecul

Re: [Bioc-devel] Proper way of documenting a BiocGenerics generics with extended prototypes

2015-09-21 Thread Christian Arnold
thin your `setMethod()` call. In particular you do _not_ need to > write an explicit `@usage` directive. > > See > https://github.com/jimhester/examplePrototype/blob/master/R/package.R > for an example package without any NOTEs for this situation. > > Jim > > On Sun, Sep

[Bioc-devel] Proper way of documenting a BiocGenerics generics with extended prototypes

2015-09-20 Thread Christian Arnold
s is exactly what my function does also... Thanks, Christian -- — Christian Arnold, PhD Staff Bioinformatician SCB Unit - Computational Biology Joint appointment Genome Biology Joint appointment European Bioinformatics Institute (EMBL-EBI) European Molecular Biology Laboratory (EMBL) Meye

Re: [Bioc-devel] Overloading subset operator for an S4 object with more than two dimensions

2015-05-18 Thread Christian Arnold
it behave? On Thu, May 14, 2015 at 3:35 AM, Christian Arnold christian.arn...@embl.de mailto:christian.arn...@embl.de wrote: Hi there, I am about to develop a Bioconductor package that implements a custom S4 object, and I am currently thinking about a few issues, including

[Bioc-devel] Overloading subset operator for an S4 object with more than two dimensions

2015-05-14 Thread Christian Arnold
Hi there, I am about to develop a Bioconductor package that implements a custom S4 object, and I am currently thinking about a few issues, including the following: Say we have an S4 object that stores a lot of information in different slots. Assume that it does make sense to extract