Bioc2026 Registration Open!

cigarillo

Efficient manipulation of CIGAR strings

Bioconductor version: 3.23 · Package version: 1.2.1

CIGAR stands for Concise Idiosyncratic Gapped Alignment Report. CIGAR strings are found in the BAM files produced by most aligners and in the AIRR-formatted output produced by IgBLAST. The cigarillo package provides functions to parse and inspect CIGAR strings, trim them, turn them into ranges of positions relative to the "query space" or "reference space", and project positions or sequences from one space to the other. Note that these operations are low-level operations that the user rarely needs to perform directly. More typically, they are performed behind the scene by higher-level functionality implemented in other packages like Bioconductor packages GenomicAlignments and igblastr.

Installation

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

BiocManager::install("cigarillo")

Details

MaintainerHervé Pagès <hpages.on.github@gmail.com>
AuthorHervé Pagès [aut, cre] (ORCID: <https://orcid.org/0009-0002-8272-4522>), Valerie Obenchain [aut], Michael Lawrence [aut], Patrick Aboyoun [ctb], Fedor Bezrukov [ctb], Martin Morgan [ctb]
LicenseArtistic-2.0
URLhttps://bioconductor.org/packages/cigarillo
Bug Reportshttps://github.com/Bioconductor/cigarillo/issues
Downloads rank12478
Source branchRELEASE_3_23
biocViewsAlignment, Infrastructure, SequenceMatching, Sequencing, Software

Documentation

Download

Dependencies

Depends: methods, BiocGenerics, S4Vectors (>= 0.47.2), IRanges, Biostrings

Imports: stats

LinkingTo: S4Vectors, IRanges

Suggests: Rsamtools, GenomicAlignments, RNAseqData.HNRNPC.bam.chr14, BSgenome.Hsapiens.UCSC.hg19, testthat, knitr, rmarkdown, BiocStyle

Reverse dependencies

Imports Me (1): GenomicAlignments

Suggests Me (1): alakazam