hmmer(seq, type="phmmer", db = NULL, verbose = TRUE, timeout = 90)get.seq or read.fasta can be
provided. There are currently four types of HMMER search to perform:
- seq must be a sequence).
Allowed options for type includes:
- seq must be a sequence).
Allowed options for type includes:
- seq must be an alignment).
Allowed options for type includes:
- seq must be an alignment).
type includes:
Finn, R.D. et al. (2011) Nucl. Acids Res. 39, 29--37.
Eddy, S.R. (2011) PLoS Comput Biol 7(10): e1002195.
See also the
seqaln, get.seq
blast.pdb, pfam
uniprot# HMMER server connection required - testing excluded
##- PHMMER
seq <- get.seq("2abl_A", outfile=tempfile())
res <- hmmer(seq, db="pdb")
##- HMMSCAN
fam <- hmmer(seq, type="hmmscan", db="pfam")
pfam.aln <- pfam(fam$acc[1])
##- HMMSEARCH
hmm <- hmmer(pfam.aln, type="hmmsearch", db="pdb")
unique(hmm$species)
hmm$accRun the code above in your browser using DataLab