Creating, Manipulating and Annotating Matrix Ensemble
Add matrices to the matrixset object
Apply functions to a single matrix of a matrixset and store results as...
Create/modify/delete annotations of a matrixset object
Re-order rows or columns of a matrixset
Coerce object into matrixset
Default value for .drop argument of function column_group_by()
Contexts dependent functions
Subset columns using annotation values
Subset rows using annotation values
Group rows/columns of a matrixset by one or more variables
Add meta info from another matrixset or a data.frame
Apply functions to each matrix of a matrixset
Matrix Set
Matrixset group metadata
Convert matrixset to data frame
Create/modify/delete matrices from a matrixset object
Print a matrixset
Matrixset properties
Remove meta info of a matrixset
Remove one or more matrices of the matrixset object
Default value for .drop argument of function row_group_by()
Replace Parts of a matrixset
Subsetting matrixsets
Creates an object that stores a matrix ensemble, matrices that share the same common properties, where rows and columns can be annotated. Matrices must have the same dimension and dimnames. Operators to manipulate these objects are provided as well as mechanisms to apply functions to these objects.
Useful links