Package: annmatrix Title: Annotated Matrix: Matrices with Persistent Row and Column Annotations Version: 0.1.2 Authors@R: person("Karolis", "Koncevičius", email = "karolis.koncevicius@gmail.com", role = c("aut", "cre")) Maintainer: Karolis Koncevičius Description: 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. Depends: R (>= 4.3.0) Imports: utils, methods, stats License: GPL-2 Encoding: UTF-8 URL: https://github.com/karoliskoncevicius/annmatrix BugReports: https://github.com/karoliskoncevicius/annmatrix/issues RoxygenNote: 7.2.3 Repository: https://karoliskoncevicius.r-universe.dev Date/Publication: 2023-05-14 07:43:33 UTC RemoteUrl: https://github.com/karoliskoncevicius/annmatrix RemoteRef: HEAD RemoteSha: d41cc0773a90659e5607380db17cede3ccecb91f NeedsCompilation: no Packaged: 2026-06-09 06:07:52 UTC; root Author: Karolis Koncevičius [aut, cre]