summary.hsmm_pred {signalHsmm}R Documentation

Summarize single signalHsmm prediction

Description

Summarizes objects of class hsmm_pred.

Usage

## S3 method for class 'hsmm_pred'
summary(object, only_sure = TRUE,
  double_linebreak = FALSE, ...)

Arguments

object

of class hsmm_pred.

only_sure

logical, if FALSE does not draw signal peptide structure when probability is smaller than 0.5.

double_linebreak

logical, if TRUE adds aestically pleasing (in .Rmd) double linebreaks between the elements of summary.

...

ignored

Value

Nothing.


[Package signalHsmm version 1.5 Index]