# basic usage of compute_linkage_groups:
orthologs_table <- system.file("extdata","my_orthologs.tab",package="macrosyntR")
my_orthologs <- read.table(orthologs_table,header=TRUE)
my_macrosynteny <- compute_linkage_groups(my_orthologs)
Run the code above in your browser using DataLab