set_one-matrix-method: Helper function to set 'matrix' entries to 0/1/-1 only

set_one,matrix-methodR Documentation

Helper function to set matrix entries to 0/1/-1 only

Description

This function sets all entries in a matrix bigger than 1 to 1 and all entries smaller than -1 to -1. It is called by get_network_matrix. (For internal use)

Usage

## S4 method for signature 'matrix'
set_one(x)

Arguments

x

numeric matrix representing the network adjacency matrix.

Value

A matrix representing the interaction network in the pathway object with entries equal to 1, -1 or 0.

Author(s)

Stefanie Friedrichs

See Also

get_network_matrix


kangar00 documentation built on Dec. 6, 2022, 9:06 a.m.