GRNPlot.Rd
This function will generate a graph to visualize the predicted gene regulatory network
GRNPlot(
df.grn,
tfs.use = NULL,
show.tf.labels = TRUE,
tfs.timepoint = NULL,
genes.cluster = NULL,
genes.use = NULL,
genes.highlight = NULL,
cols.highlight = "#984ea3",
seed = 42,
plot.importance = TRUE,
min.importance = 2,
remove.isolated = FALSE
)
A data frame representing predicted network
Time points of TFs
A data frame containing clustering results of genes
A string list to include gene names for plotting
Color code for highlighted genes
Random seet
Whether or not plot the scatter plot to visualize importance score of each TF
The minimum importance score for showing the TF labels.
A ggplot object