View source: R/network_application_FBN.R
findBackwardRelatedNetworkByGenes | R Documentation |
Find Backward Network By Genes
findBackwardRelatedNetworkByGenes(
networks,
target_gene_list = c(),
regulationType = NULL,
maxDeep = 1,
next_level_mix_type = FALSE
)
networks |
The Fundamental Boolean Network |
target_gene_list |
The target genes |
regulationType |
The type of regulation either in 1 (Up regulation) or 0 (down regulation) |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.