Get sub-network centered around one TF.
get_tf_network(object, ...)
# S4 method for class 'CSNObject'
get_tf_network(
object,
celltypes = NULL,
tfs = NULL,
features = NULL,
network = DefaultNetwork(object),
graph = "module_graph",
order = 3,
keep_all_edges = FALSE,
verbose = TRUE,
cores = 1,
...
)
The input data, a csn object.
Arguments for other methods
Celltypes to plot.
If NULL
, all celltypes are plotted.
The transcription factors to center around.
Features to use. If NULL
uses all features in the graph.
Name of the network to use.
Name of the graph.
Integer indicating the maximal order of the graph.
Logical, whether to maintain all edges to each leaf or prune to the strongest overall connection.
Logical. Whether to print messages.
Logical. Whether to parallelize the computation with foreach
.
A CSNObject object.