- Home
- Bioconductor 3.21
- Software Packages
- seqArchR
seqArchR
This package is for version 3.21 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see seqArchRplus.
Identify Different Architectures of Sequence Elements
Bioconductor version: 3.21
seqArchR enables unsupervised discovery of _de novo_ clusters with characteristic sequence architectures characterized by position-specific motifs or composition of stretches of nucleotides, e.g., CG-richness. seqArchR does _not_ require any specifications w.r.t. the number of clusters, the length of any individual motifs, or the distance between motifs if and when they occur in pairs/groups; it directly detects them from the data. seqArchR uses non-negative matrix factorization (NMF) as its backbone, and employs a chunking-based iterative procedure that enables processing of large sequence collections efficiently. Wrapper functions are provided for visualizing cluster architectures as sequence logos.
Author: Sarvesh Nikumbh [aut, cre, cph] ORCID iD ORCID: 0000-0003-3163-4447
Maintainer: Sarvesh Nikumbh <sarvesh.nikumbh at gmail.com>
citation("seqArchR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("seqArchR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("seqArchR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.