Implements persistent row and column annotations for R matrices. The annotations associated with rows and columns are preserved after subsetting, transposition, and various other matrix-specific operations. Intended use case is for storing and manipulating genomic datasets which typically consist of a matrix of measurements (like gene expression values) as well as annotations about rows (i.e. genomic locations) and annotations about columns (i.e. meta-data about collected samples). But 'annmatrix' objects are also expected to be useful in various other contexts.
Version: | 0.1.2 |
Depends: | R (≥ 4.3.0) |
Imports: | utils, methods, stats |
Published: | 2023-05-14 |
DOI: | 10.32614/CRAN.package.annmatrix |
Author: | Karolis Koncevičius [aut, cre] |
Maintainer: | Karolis Koncevičius <karolis.koncevicius at gmail.com> |
BugReports: | https://github.com/karoliskoncevicius/annmatrix/issues |
License: | GPL-2 |
URL: | https://github.com/karoliskoncevicius/annmatrix |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | annmatrix results |
Reference manual: | annmatrix.pdf |
Package source: | annmatrix_0.1.2.tar.gz |
Windows binaries: | r-devel: annmatrix_0.1.2.zip, r-release: annmatrix_0.1.2.zip, r-oldrel: annmatrix_0.1.2.zip |
macOS binaries: | r-devel (arm64): annmatrix_0.1.2.tgz, r-release (arm64): annmatrix_0.1.2.tgz, r-oldrel (arm64): annmatrix_0.1.2.tgz, r-devel (x86_64): annmatrix_0.1.2.tgz, r-release (x86_64): annmatrix_0.1.2.tgz, r-oldrel (x86_64): annmatrix_0.1.2.tgz |
Old sources: | annmatrix archive |
Please use the canonical form https://CRAN.R-project.org/package=annmatrix to link to this page.