View source: R/obtain_coordinates_for_segments.multiple_species.R
obtain_coordinates_for_segments_multiple | R Documentation |
This function extracts coordinates for segments within multiple synteny blocks based on input dataframes.
obtain_coordinates_for_segments_multiple(seg_df, gff_df, input, out_file)
seg_df |
A dataframe containing information about synteny segments. |
gff_df |
A dataframe containing GFF (General Feature Format) information. |
input |
A list containing input data, typically multiple synteny query chromosomes. |
out_file |
A character string specifying the output file path. |
A dataframe with coordinates for segments within multiple synteny blocks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.