compare_kinased_graphs: Compare two kinased graphhs

Description Usage Arguments Value Examples

View source: R/compare_kinased_graphs.R

Description

This functions takes two given graphs and compares them to see the changes from one to the other

Usage

1
2
3
4
5
6
7
compare_kinased_graphs(
  reference,
  comparison,
  ref_name = "Reference",
  comp_name = "Comparison",
  render = FALSE
)

Arguments

reference

The reference network output from assign_kinases()

comparison

The comparison network output from assign_kinases()

ref_name

Name for the reference network

comp_name

Name for the comparison network

render

logical. Whether a graph should be rendered or not.

Value

A graph object

Examples

1

AliSajid/KINNET documentation built on Jan. 17, 2022, 8:54 a.m.