Bioc2026 Registration Open!

Structstrings

Implementation of the dot bracket annotations with Biostrings

Bioconductor version: 3.23 · Package version: 1.28.0

The Structstrings package implements the widely used dot bracket annotation for storing base pairing information in structured RNA. Structstrings uses the infrastructure provided by the Biostrings package and derives the DotBracketString and related classes from the BString class. From these, base pair tables can be produced for in depth analysis. In addition, the loop indices of the base pairs can be retrieved as well. For better efficiency, information conversion is implemented in C, inspired to a large extend by the ViennaRNA package.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("Structstrings")

Details

MaintainerFelix G.M. Ernst <felix.gm.ernst@outlook.com>
AuthorFelix G.M. Ernst [aut, cre] (ORCID: <https://orcid.org/0000-0001-5064-0928>)
LicenseArtistic-2.0
URLhttps://github.com/FelixErnst/Structstrings
Bug Reportshttps://github.com/FelixErnst/Structstrings/issues
Downloads rank346
Source branchRELEASE_3_23
biocViewsAlignment, DataImport, DataRepresentation, Infrastructure, SequenceMatching, Sequencing, Software

Documentation

Download

Dependencies

Depends: R (>= 4.0), S4Vectors (>= 0.47.2), IRanges (>= 2.23.9), Biostrings (>= 2.57.2)

Imports: methods, BiocGenerics, XVector, stringr, stringi, crayon, grDevices

LinkingTo: IRanges, S4Vectors

Suggests: testthat, knitr, rmarkdown, tRNAscanImport, BiocStyle

Reverse dependencies

Depends On Me (2): tRNA, tRNAdbImport

Imports Me (1): tRNAscanImport