recipe bioconductor-bumpymatrix

Bumpy Matrix of Non-Scalar Objects

Homepage:

https://bioconductor.org/packages/3.16/bioc/html/BumpyMatrix.html

License:

MIT + file LICENSE

Recipe:

/bioconductor-bumpymatrix/meta.yaml

Implements the BumpyMatrix class and several subclasses for holding non-scalar objects in each entry of the matrix. This is akin to a ragged array but the raggedness is in the third dimension, much like a bumpy surface - hence the name. Of particular interest is the BumpyDataFrameMatrix, where each entry is a Bioconductor data frame. This allows us to naturally represent multivariate data in a format that is compatible with two-dimensional containers like the SummarizedExperiment and MultiAssayExperiment objects.

package bioconductor-bumpymatrix

(downloads) docker_bioconductor-bumpymatrix

Versions:

1.6.0-01.2.0-01.0.0-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bioconductor-bumpymatrix

and update with:

conda update bioconductor-bumpymatrix

or use the docker container:

docker pull quay.io/biocontainers/bioconductor-bumpymatrix:<tag>

(see bioconductor-bumpymatrix/tags for valid values for <tag>)

Download stats