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 <karolis.koncevicius@gmail.com>
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
NeedsCompilation: no
Packaged: 2023-05-14 07:45:16 UTC; karolis
Author: Karolis Koncevičius [aut, cre]
Repository: CRAN
Date/Publication: 2023-05-14 08:00:02 UTC
Built: R 4.5.0; ; 2025-04-01 02:29:37 UTC; unix
