"plot"(x, cutoff = NULL, cut.seed=NULL, cluster=TRUE, mar=c(2, 5, 1, 1), cex=1.1, ...)
hmmer
. If a cutoff value is not supplied then a basic hierarchical clustering of normalized scores is performed with initial group partitioning implemented at a hopefully sensible point in the vicinity of h=cut.seed. Inspection of the resultant plot can then be use to refine the value of cut.seed or indeed cutoff. As the cutoff value can vary depending on the desired application and indeed the properties of the system under study it is envisaged that plot.hmmer will be called multiple times to aid selection of a suitable cutoff value. See the examples below for further details.
hmmer
, blast.pdb
## Not run:
# # HMMER server connection required - testing excluded
#
# ##- PHMMER
# seq <- get.seq("2abl_A", outfile = tempfile())
# res <- hmmer(seq, db="pdb")
# plot.hmmer(res)
#
# ## End(Not run)
Run the code above in your browser using DataLab