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