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
| Maintainer | Robersy Sanchez <genomicmath@gmail.com> |
| Author | Robersy Sanchez [aut, cre] (ORCID: <https://orcid.org/0000-0002-5246-1453>) |
| License | Artistic-2.0 |
| URL | https://github.com/genomaths/GenomAutomorphism |
| Bug Reports | https://github.com/genomaths/GenomAutomorphism/issues |
| Downloads rank | 242 |
| Source branch | RELEASE_3_23 |
| biocViews | ComparativeGenomics, 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