R/network_application_FBN.R
findAllForwardRelatedGenes.Rd
Find Forward related Network By Genes internal
findAllForwardRelatedGenes(
networks,
target_gene,
regulationType = NULL,
target_type = NULL,
main_target_gene = NULL,
main_target_type = NULL,
maxDeep = 1,
next_level_mix_type = next_level_mix_type
)
The Fundamental Boolean Network
The target gene
The type of regulation either in 1 (Up regulation) or 0 (down regulation)
The boolean type of target genes either in 1 (Activation) or 0 (Inhibition)
The main target gene.
The main connection type.
The maximum layous that need to be drilled down.
If TRUE, the next level will contain all type of connections.