bioin.motif.consensus_with_pseudocount

bioin.motif.consensus_with_pseudocount(motifs)[source]

Compute the consensus string of a set of k-mers motifs. Using pseudocount.

Parameters:motifs (list) – list of strings, a set of k-mers motifs.
Returns:String, a consensus string of motifs.