Learn R Programming

⚠️There's a newer version (0.4.0) of this package.Take me there.

matrixset (version 0.3.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.3.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Pascal Croteau

Last Published

January 14th, 2024

Functions in matrixset (0.3.0)

properties

Matrixset properties
ms_to_df

Convert matrixset to data frame
matrixset

Matrix Set
mutate_matrix

Create/modify/delete matrices from a matrixset object
print.matrixset

Print a matrixset
meta

Matrixset group metadata
remove_anno

Remove meta info of a matrixset
mrm_plus2015

Table S1 and S2 of MRMPlus Paper in matrixset Format
join

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

Apply functions to each matrix of a matrixset
subsetting

Subsetting matrixsets
remove_matrix

Remove one or more matrices of the matrixset object
row_group_by_drop_default

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

Fake Final Exam Results of School Students Before and After Remedial Courses
[<-.matrixset

Replace Parts of a matrixset
add_matrix

Add matrices to the matrixset object
as_matrixset

Coerce object into matrixset
filter_column

Subset columns using annotation values
annotate_from_matrix

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

Create/modify/delete annotations of a matrixset object
group_by

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

Subset rows using annotation values
column_group_by_drop_default

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

Contexts dependent functions
arrange

Re-order rows or columns of a matrixset