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
| Maintainer | Felix G.M. Ernst <felix.gm.ernst@outlook.com> |
| Author | Felix G.M. Ernst [aut, cre] (ORCID: <https://orcid.org/0000-0001-5064-0928>) |
| License | Artistic-2.0 |
| URL | https://github.com/FelixErnst/Structstrings |
| Bug Reports | https://github.com/FelixErnst/Structstrings/issues |
| Downloads rank | 346 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, 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
Suggests: testthat, knitr, rmarkdown, tRNAscanImport, BiocStyle