Learn R Programming

matrixset (version 0.4.0)

Creating, Manipulating and Annotating Matrix Ensemble

Description

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.

Copy Link

Version

Install

install.packages('matrixset')

Monthly Downloads

203

Version

0.4.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Pascal Croteau

Last Published

January 8th, 2025

Functions in matrixset (0.4.0)

mutate_matrix

Create/modify/delete matrices from a matrixset object
loop

Apply functions to each matrix of a matrixset
join

Add meta info from another matrixset or a data.frame
ms_to_df

Convert matrixset to data frame
meta

Matrixset group metadata
properties

Matrixset properties
mrm_plus2015

Table S1 and S2 of MRMPlus Paper in matrixset Format
matrixset

Matrix Set
print.matrixset

Print a matrixset
remove_anno

Remove meta info of a matrixset
row_group_by_drop_default

Default value for .drop argument of function row_group_by()
subsetting

Subsetting matrixsets
[<-.matrixset

Replace Parts of a matrixset
remove_matrix

Remove one or more matrices of the matrixset object
student_results

Fake Final Exam Results of School Students Before and After Remedial Courses
group_by

Group rows/columns of a matrixset by one or more variables
context

Contexts dependent functions
filter_row

Subset rows using annotation values
annotate

Create/modify/delete annotations of a matrixset object
arrange

Re-order rows or columns of a matrixset
filter_column

Subset columns using annotation values
column_group_by_drop_default

Default value for .drop argument of function column_group_by()
add_matrix

Add matrices to the matrixset object
as_matrixset

Coerce object into matrixset
annotate_from_matrix

Apply functions to a single matrix of a matrixset and store results as annotation