.plot_one_interaction {fcoex}R Documentation

Network visualization

Description

Creates a graph based on interactions provided

Usage

.plot_one_interaction(adjacency_matrix, n, color, name)

Arguments

adjacency_matrix

An adajcency matrix from the fcoex object.

n

Number of genes to be shown

color

Color of the module to be plotted

name

Name of the module to be plotted

...

Optional parameters.

Value

A ggplot2 ('gg') object


[Package fcoex version 1.0.0 Index]