Package: BiocBaseUtils 1.15.1

BiocBaseUtils: Utility and internal functions for Bioconductor packages

The package coalesces typical helper functions that are scattered throughout the Bioconductor ecosystem. It aims to reduce code redundancy by formalizing functions often used by Bioconductor developers. These functions include operations such as replacing slots in an object, selecting observations for show methods, labeling function life cycles, and more.

Authors:Marcel Ramos [aut, cre], Martin Morgan [ctb], Hervé Pagès [ctb]

BiocBaseUtils_1.15.1.tar.gz
BiocBaseUtils_1.15.1.zip(r-4.7)BiocBaseUtils_1.15.1.zip(r-4.6)BiocBaseUtils_1.15.0.zip(r-4.5)
BiocBaseUtils_1.15.1.tgz(r-4.6-any)BiocBaseUtils_1.15.0.tgz(r-4.5-any)
BiocBaseUtils_1.15.1.tar.gz(r-4.7-any)BiocBaseUtils_1.15.1.tar.gz(r-4.6-any)
BiocBaseUtils_1.15.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
BiocBaseUtils/json (API)
NEWS

# Install 'BiocBaseUtils' in R:
install.packages('BiocBaseUtils', repos = c('https://link-ny.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/bioconductor/biocbaseutils/issues

On BioConductor:BiocBaseUtils-1.15.1(bioc 3.24)BiocBaseUtils-1.14.0(bioc 3.23)

softwareinfrastructurebioconductor-packagecore-package

8.33 score 4 stars 709 packages 3 scripts 12 exports 0 dependencies

Last updated from:79c6f035cd. Checks:7 OK, 2 FAIL. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK119
source / vignettesOK150
linux-release-x86_64OK105
macos-release-arm64OK73
macos-oldrel-arm64FAIL59
windows-develOK90
windows-releaseOK81
windows-oldrelFAIL45
wasm-releaseOK134

Exports:askUserYesNocheckInstalledisCharacterisScalarCharacterisScalarIntegerisScalarLogicalisScalarNumberisTRUEorFALSEisZeroOneCharacterlifeCycleselectSomesetSlots

Dependencies:

BiocBaseUtils Quick Start

Rendered fromBiocBaseUtils.Rmdusingknitr::rmarkdownon May 29 2026.

Last update: 2026-05-08
Started: 2022-08-18

Readme and manuals

Help Manual

Help pageTopics
Ask user for a yes/no responseaskUserYesNo
Suite of helper functions to test for typesAssertions isCharacter isScalarCharacter isScalarInteger isScalarLogical isScalarNumber isTRUEorFALSE isZeroOneCharacter
Check packages are installed otherwise suggestcheckInstalled
Set the life cycle stage of a functionlifeCycle
Select and return only some entries from a vectorselectSome
Convenience function to set slot valuesreplaceSlots setSlots