Adjust synteny blocks based on chromosome breaks

adjust_blocks(map_list, mark_df, clust_df)

Arguments

map_list

list, a 'map_list' object created by make_one_map

mark_df

dataframe, the first element of the list created by find_synteny_blocks

clust_df

dataframe, the second element of the list created by find_synteny_blocks

Value

a list of length 2 containing adjusted synteny blocks

Examples