reorder_multiple_macrosyntenies {macrosyntR} | R Documentation |
This is a function to reorder an orthologs_df, same as reorder_macrosynteny, but it handles tables with more than 2 species.
reorder_multiple_macrosyntenies(orthologs_df)
orthologs_df |
dataframe. orthologs with genomic coordinates loaded with load_orthologs() |
A dataframe object
# basic usage of reorder_macrosynteny :
orthologs_table <- system.file("extdata","my_orthologs.tab",package="macrosyntR")
my_orthologs <- read.table(orthologs_table,header=TRUE)
my_orthologs_reordered <- reorder_multiple_macrosyntenies(my_orthologs)