-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
14 lines (14 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: annmatrix
Title: Annotated Matrix: Matrices with Persistent Row and Column Annotations
Version: 0.1.2
Authors@R: person("Karolis", "Koncevičius", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Karolis Koncevičius <[email protected]>
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
LazyData: true
URL: https://github.com/karoliskoncevicius/annmatrix
BugReports: https://github.com/karoliskoncevicius/annmatrix/issues
RoxygenNote: 7.2.3