
Last chance! 50% off unlimited learning
Sale ends in
Reading a text file produced by hmmerScan
.
readHmmer(hmmer.file, e.value = 1, use.acc = TRUE)
The name of a hmmerScan
result file.
Numeric threshold, hits with E-value above this are ignored (default is 1.0).
Logical indicating if accession numbers should be used to identify the hits.
The results are returned in a tibble with columns Query, Hit, Evalue, Score, Start, Stop and Description. Query is the tag identifying each query sequence. Hit is the name or accession number for a pHMM in the database describing patterns. The Evalue is the ievalue in the HMMER3 terminology. The Score is the HMMER3 score for the match between Query and Hit. The Start and Stop are the positions within the Query where the Hit (pattern) starts and stops. Description is the description of the Hit. There is one line for each hit.
The function reads a text file produced by hmmerScan
. By specifying a smaller
e.value you filter out poorer hits, and fewer results are returned. The option use.acc
should be turned off (FALSE) if you scan against your own database where accession numbers are lacking.
# NOT RUN {
# See the examples in the Help-files for dClust and hmmerScan.
# }
Run the code above in your browser using DataLab