Skip to content
/ hsearch Public

HSEARCH: fast and accurate protein sequence motif search and clustering

Notifications You must be signed in to change notification settings

acgtun/hsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protein motifs are conserved fragments occurred frequently in protein sequences.

They have significant functions, such as active site of an enzyme.

Search and clustering protein sequence motifs are computational intensive.

HSEARCH converts fixed length protein sequences to data points in high dimensional space, and applies locality-sensitive hashing to fast search homologous protein sequences for a motif.

HSEARCH is significantly faster than the brute force algorithm for protein motif finding and achieves high accuracy for protein motif clustering.

For more details, please read this paper https://arxiv.org/abs/1701.00452.