Usage
## S3 method for class 'hmmer':
plot(x, cutoff = NULL, cut.seed=NULL, cluster=TRUE, mar=c(2, 5, 1, 1), cex=1.1, ...)
Arguments
x
HMMER results as obtained from the function
hmmer
. cutoff
A numeric cutoff value, in terms of minus the log of
the evalue, for returned hits. If null then the function will
try to find a suitable cutoff near cut.seed which can be used
as an initial guide (see below).
cut.seed
A numeric seed cutoff value, used for initial
cutoff estimation. If null then a seed position is set to the point of
largest drop-off in normalized scores (i.e. the biggest jump in
E-values).
cluster
Logical, if TRUE (and cutoff is null) a clustering
of normalized scores is performed to partition hits in groups by
similarity to query. If FALSE the partition point is set to the point of largest drop-off in normalized scores.
mar
A numerical vector of the form c(bottom, left, top, right)
which gives the number of lines of margin to be specified on the
four sides of the plot.
cex
a numerical single element vector giving the amount by
which plot labels should be magnified relative to the default.
...
extra plotting arguments.