Bioc2026 Registration Open!

GenomAutomorphism

Compute the automorphisms between DNA's Abelian group representations

Bioconductor version: 3.23 · Package version: 1.14.1

This is a R package to compute the automorphisms between pairwise aligned DNA sequences represented as elements from a Genomic Abelian group. In a general scenario, from genomic regions till the whole genomes from a given population (from any species or close related species) can be algebraically represented as a direct sum of cyclic groups or more specifically Abelian p-groups. Basically, we propose the representation of multiple sequence alignments of length N bp as element of a finite Abelian group created by the direct sum of homocyclic Abelian group of prime-power order.

Installation

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

BiocManager::install("GenomAutomorphism")

Details

MaintainerRobersy Sanchez <genomicmath@gmail.com>
AuthorRobersy Sanchez [aut, cre] (ORCID: <https://orcid.org/0000-0002-5246-1453>)
LicenseArtistic-2.0
URLhttps://github.com/genomaths/GenomAutomorphism
Bug Reportshttps://github.com/genomaths/GenomAutomorphism/issues
Downloads rank242
Source branchRELEASE_3_23
biocViewsComparativeGenomics, FunctionalGenomics, MathematicalBiology, MultipleSequenceAlignment, Software, WholeGenome

Documentation

Download

Dependencies

Depends: R (>= 4.5.0)

Imports: Biostrings, BiocGenerics, BiocParallel, Seqinfo, GenomicRanges, IRanges, matrixStats, XVector, dplyr, data.table, parallel, doParallel, foreach, methods, S4Vectors, stats, numbers, utils

Suggests: spelling, rmarkdown, BiocStyle, testthat (>= 3.0.0), knitr