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
| Maintainer | Hervé Pagès <hpages.on.github@gmail.com> |
| Author | Hervé 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] |
| License | Artistic-2.0 |
| URL | https://bioconductor.org/packages/cigarillo |
| Bug Reports | https://github.com/Bioconductor/cigarillo/issues |
| Downloads rank | 12478 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, Infrastructure, SequenceMatching, Sequencing, Software |
Documentation
Download
Dependencies
Depends: methods, BiocGenerics, S4Vectors (>= 0.47.2), IRanges, Biostrings
Imports: stats
Suggests: Rsamtools, GenomicAlignments, RNAseqData.HNRNPC.bam.chr14, BSgenome.Hsapiens.UCSC.hg19, testthat, knitr, rmarkdown, BiocStyle