cluster_reg_exp: Clustering of sequences based on regular expression

Description Usage Arguments Details Value Examples

View source: R/cluster_reg_exp.R

Description

Clusters sequences hierarchically with regular expressions. At each step we minimize number of degrees of freedom for all regular expressions needed to describe the data

Usage

1

Arguments

ngrams

list of elements

Details

Regular expression is a list of the length equal to the length of the input sequences. Each element of the list represents a position in the sequence and contains amino acid, that are likely to occure on this position.

Value

List of four

Examples

1
2
3
4
data(human_cleave)
#cluster_reg_exp is computationally expensive

results <- cluster_reg_exp(human_cleave[1L:10, 1L:4])

biogram documentation built on March 31, 2020, 5:14 p.m.