This method is used to convert the FBN network into a FBN network object for graphs

ConvertToNetworkGraphicObject(
  FBNnetwork,
  david_gene_list = NULL,
  show_decay = FALSE
)

Arguments

FBNnetwork

A FBN network object

david_gene_list

A data frame of DAVID biological annotation

show_decay

Optional, if TRUE, will draw the connections for decay.

Value

An network graphic object

Examples

##coming later