Description Usage Format References Examples
The result of a multiple genome alignment with Mauve.
1 |
bbone
, a list of two dataframes, representing the regions which
are conserved in at least two genomes:
dna_segs
which is a list of 4 dna_seg
objects, containing the mauve blocks for each genome.
comparisons
which is a list of 3 comparison
objects.
A bash script to obtain the same file as in the data is
available in the extdata
folder of the package. Find its
location by running
system.file('extdata/mauve.sh', package = 'genoPlotR')
.
The resulting backone file can then be read with
read_mauve_backbone
.
Mauve: http://asap.ahabs.wisc.edu/mauve/
1 2 |
Loading required package: ade4
Loading required package: grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.