cyto: Convert distance matrix to a cytoscape formatted table

Description Usage Arguments Value

View source: R/cyto.R

Description

.

Usage

1
cyto(D, cutoff = 0.5, remove.dups = FALSE)

Arguments

D,

matrix of gene distances based on GO terms

cutoff,

minimum distance between nodes

remove.dups,

default = FALSE This will remove self-loops. This is an advantage for visulazing in cytoscape. If you continue on to calling groups make sure this is set to FALSE because cytoscape will only color nodes that are in the origin column, thereby missing the remaining nodes.

Value

matrix in a cytoscape-friendly format


saralinker/GONetwork documentation built on May 29, 2019, 1:50 p.m.