.assays_have_identical_colnames_rownames {MetNet}R Documentation

Check if all the assays in the 'AdjacencyMatrix' object have identical colnames and rownames

Description

The function will check if all the assays in the 'AdjacencyMatrix' object have identical colnames and rownames.

Usage

.assays_have_identical_colnames_rownames(object)

Arguments

object

'AdjacencyMatrix' object

Details

Helper function for validity check of 'AdjacencyMatrix' objects.

Value

'logical' of length 1

Author(s)

Thomas Naake, thomasnaake@googlemail.com


[Package MetNet version 1.12.1 Index]