Closed Karenmagh closed 1 month ago
Hi, @Karenmagh
Thank you for using BioNERO. :-)
I'm not sure if I understand your problem. Would you like to have all TFs in the plot labelled instead of only the top N hubs? If so, you can change the value to parameter show_labels
(see docs here).
By default, plot_grn()
shows the top N hubs (with N specified in argument top_n_hubs
), but you can choose to show all hubs, or even all nodes. To label all hubs, for instance, you'd run:
plot_grn(grn, show_labels = "allhubs")
To label all nodes, you'd run:
plot_grn(grn, show_labels = "all")
Let me know if that answers your question.
Best, Fabricio
Thank you so much for your support. You can close this issue.
Hello dear Fabricio,
I am using Bionero for the first time to infer a GRN. My data is from a non-model organism, whose RNA-seq samples I assembled with Trinity and predicted the TFs with iTAK. I am trying to make the network but I see that the TFs are not being assigned in each group of target genes, I don't know what I am doing wrong, could you help me?
This is the code I am using:
This is the network: