KKPMW/annMatrix: Annotated Matrix: Matrices with Persistent Row and Column Annotations

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.

Getting started

Package details

MaintainerKarolis Koncevičius <karolis.koncevicius@gmail.com>
LicenseGPL-2
Version0.1.2
URL https://github.com/karoliskoncevicius/annmatrix
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("KKPMW/annMatrix")
KKPMW/annMatrix documentation built on May 16, 2023, 3:48 a.m.