r result$config$op_full_name

Trims sequences that does not meet (or exceeds) a certain threshold.

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

library(MotifBinner2)

if (!exists('result'))
{
  stop('no result variable')
}
if (class(result) != 'blastTrim')
{
  stop('class of result variable incorrect')
}
kable_summary(result$summary)

timingTable(result)


philliplab/MotifBinner2 documentation built on Sept. 8, 2020, 12:09 a.m.