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
.