r result$config$op_full_name

Splits the sequences into different regions based on a map.

opts_chunk$set(echo=FALSE)
opts_chunk$set(warning=FALSE)
opts_chunk$set(fig.pos = 'H')

library(MotifBinner2)

if (!exists('result'))
{
  result <- all_results[[grep('regionSplit', names(all_results))[1]]]
}
if (class(result) != 'regionSplit')
{
  result <- all_results[[grep('regionSplit', names(all_results))[1]]]
}
kable_summary(result$summary)

timingTable(result)


HIVDiversity/MotifBinner2 documentation built on May 6, 2019, 6:44 p.m.