hmmerCleanOverlap: Removing overlapping hits from HMMER3 scans

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/domainclust.R

Description

Removing hits to avoid overlapping HMMs on the same protein sequence.

Usage

1
hmmerCleanOverlap(hmmer.tbl)

Arguments

hmmer.tbl

A table (tibble) with hmmerScan results, see readHmmer.

Details

When scanning sequences against a profile HMM database using hmmerScan, we often find that several patterns (HMMs) match in the same region of the query sequence, i.e. we have overlapping hits. The function hmmerCleanOverlap will remove the poorest overlapping hit in a recursive way such that all overlaps are eliminated.

The input is a tibble of the type produced by readHmmer.

Value

A tibble which is a subset of the input, where some rows may have been deleted to avoid overlapping hits.

Author(s)

Lars Snipen and Kristian Hovde Liland.

See Also

hmmerScan, readHmmer, dClust.

Examples

1
# See the example in the Help-file for dClust.

micropan documentation built on July 15, 2020, 5:08 p.m.