Find Backward Network By Genes

findAllBackwardRelatedGenes(
  networks,
  target_gene,
  regulationType = NULL,
  target_type = NULL,
  maxDeep = 1,
  next_level_mix_type = FALSE
)

Arguments

networks

The Fundamental Boolean Network

target_gene

The target gene

regulationType

The type of regulation either in 1 (Up regulation) or 0 (down regulation)

target_type

The target connection type

maxDeep

The maximum layous that need to be drilled down.

next_level_mix_type

If TRUE, the next level will contain all type of connections.