reorder_multiple_macrosyntenies: Reorder the chromosomes of two or more species before...

View source: R/reorder_multiple_macrosyntenies.R

reorder_multiple_macrosynteniesR Documentation

Reorder the chromosomes of two or more species before plotting

Description

This is a function to reorder an orthologs_df, same as reorder_macrosynteny, but it handles tables with more than 2 species.

Usage

reorder_multiple_macrosyntenies(orthologs_df)

Arguments

orthologs_df

dataframe. orthologs with genomic coordinates loaded with load_orthologs()

Value

A dataframe object

See Also

load_orthologs()

compute_macrosynteny()

reorder_macrosynteny()

Examples

# 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)


macrosyntR documentation built on Nov. 14, 2023, 5:09 p.m.