View source: R/genoplotR_extensions.R
plot_synteny_gff_files | R Documentation |
Take gff files, read annotation and extract fasta sequence. Then create genoplotR data structures, then plot genoplotR synteny plot. This uses the dnaseqs from micro_gen_extra::create_dnaseqs() and the blast comparisons from micro_gen_extra::create_blast_comparisons()
plot_synteny_gff_files(
gff_list,
output_prefix = "synteny_plot",
temp_dir = "temp_fasta",
clean_up = TRUE
)
gff_list |
Input list of gff files (with extensions to paths) |
output_prefix |
Prefix for the output files (svg and png) |
temp_dir |
Directory to put fasta files into [Default = "temp_fasta"] |
clean_up |
TRUE/FALSE - clean up the temp fasta directory [Default = TRUE] |
A png and svg file of synteny plots produced using genoplotR
Insert examples here
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.