# basic usage of plot_oxford_grid :
orthologs_table <- system.file("extdata","my_orthologs.tab",package="macrosyntR")
my_orthologs <- read.table(orthologs_table,header=TRUE)
plot_chord_diagram(my_orthologs,species_labels = c("B. flo","P. ech"))
Run the code above in your browser using DataLab