# basic usage of plot_macrosynteny :
orthologs_table <- system.file("extdata","my_orthologs.tab",package="macrosyntR")
my_orthologs <- read.table(orthologs_table,header=TRUE)
my_macrosynteny <- compute_macrosynteny(my_orthologs)
plot_macrosynteny(my_macrosynteny,
sp1_label = "B. floridae",
sp2_label = "P. yessoensis")
Run the code above in your browser using DataLab