PTreeGenerator  1.0
Simple phylogenetic tree generation from multiple sequence alignment.
 All Classes Namespaces Files Functions Variables
Packages | Functions
combination_utils.py File Reference

Go to the source code of this file.

Packages

namespace  ptreegen.utilities.combination_utils
namespace  combination_utils
 Contains functions that generate different kinds of combinations from an iterable.

Functions

def ptreegen.utilities.combination_utils.uniqueCombinationsGenerator
 A generator of unique combinations of size n from the given list of items.
def ptreegen.utilities.combination_utils.combinationsGenerator
 A generator of all non-unique combinations (permutations) of size n from the given list of items.