R/network_application_FBN.R
findBackwardRelatedNetworkByGenes.RdFind Backward Network By Genes
findBackwardRelatedNetworkByGenes(
networks,
target_gene_list = c(),
regulationType = NULL,
maxDeep = 1,
next_level_mix_type = FALSE
)The Fundamental Boolean Network
The target genes
The type of regulation either in 1 (Up regulation) or 0 (down regulation)
The maximum layous that need to be drilled down.
If TRUE, the next level will contain all type of connections.