createSquareMatrix: Create a square matrix

Description Usage Arguments Value Author(s) Examples

View source: R/createSquareMatrix.R

Description

Create a square matrix based on row and column names. The new matrix is created so that the row and column names are a perfect match and the added values are zero.

In the case of genetic interactions, for example it could be useful that the matrix of all the interactions tested and not tested.

Usage

1

Arguments

data

Matrix

Value

matrix.

Author(s)

N. LeMeur

Examples

1
2
3
4
5
6

SLGI documentation built on Nov. 8, 2020, 11 p.m.