Package: annmatrix 0.1.2

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.

Authors:Karolis Koncevičius [aut, cre]

annmatrix_0.1.2.tar.gz
annmatrix_0.1.2.zip(r-4.7-any)annmatrix_0.1.2.zip(r-4.6-any)annmatrix_0.1.2.zip(r-4.5-any)
annmatrix_0.1.2.tgz(r-4.6-any)annmatrix_0.1.2.tgz(r-4.5-any)
annmatrix_0.1.2.tar.gz(r-4.7-any)annmatrix_0.1.2.tar.gz(r-4.6-any)
annmatrix_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
annmatrix/json (API)

# Install 'annmatrix' in R:
install.packages('annmatrix', repos = c('https://karoliskoncevicius.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/karoliskoncevicius/annmatrix/issues

On CRAN:

Conda:

matrixobjects3

4.59 score 14 stars 56 scripts 227 downloads 7 exports 0 dependencies

Last updated from:d41cc0773a. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE103
source / vignettesOK176
linux-release-x86_64NOTE107
macos-release-arm64NOTE113
macos-oldrel-arm64NOTE108
windows-develNOTE80
windows-releaseNOTE71
windows-oldrelNOTE74
wasm-releaseOK80

Exports:annmatrixas.annmatrixcolannscolanns<-is.annmatrixrowannsrowanns<-

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
annmatrix Objects and Basic Functionality$.annmatrix $<-.annmatrix @.annmatrix @<-.annmatrix annmatrix colanns colanns<- rowanns rowanns<-
Auto Complete Functions for annmatrix Class.AtNames.annmatrix .DollarNames.annmatrix autocomplete
Bind several annmatrix Objects Togetherbind cbind.annmatrix rbind.annmatrix
Convert annmatrix Objects to and from Other Typesas.annmatrix as.annmatrix.default as.annmatrix.matrix as.matrix.annmatrix convert is.annmatrix
Group Generic Functions for annmatrix ClasschooseOpsMethod.annmatrix groupgenerics Ops.annmatrix
Matrix Generic Functions for annmatrix Class%*%.annmatrix matrixgenerics
Principal Component Analysis for annmatrix Objectspca prcomp.annmatrix
Print annmatrix Objectprint print.annmatrix
Scaling and Centering of annmatrix Objectsscale scale.annmatrix
Stack an annmatrix objectstack stack.annmatrix
Subset annmatrix Objectssubset [.annmatrix
Transposing annmatrix Objectst.annmatrix transpose