.check_network {GWENA}R Documentation

Run checks on an object to test if it's a network

Description

Check content of a given object to determine if it's a network, meaning a squared matrix of similarity score between genes.

Usage

.check_network(network)

Arguments

network

matrix or data.frame, object to test to be a network

Value

Throw an error if doesn't correspond


[Package GWENA version 1.2.0 Index]