View source: R/obtain_coordinates_for_segments.v2.R
obtain_coordiantes_for_segments | R Documentation |
This function retrieves the coordinates for segments in a comparison based on the provided parameters.
obtain_coordiantes_for_segments(
seg_file,
sp1,
gff_file1,
out_file,
sp2 = NULL,
gff_file2 = NULL
)
seg_file |
The file containing segment data. |
sp1 |
The species name for the first genome. |
gff_file1 |
The GFF file for the first genome. |
out_file |
The output file to store the merged position data. |
sp2 |
The species name for the second genome (optional). |
gff_file2 |
The GFF file for the second genome (optional). |
NULL (the results are saved in the output file).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.