I have 2 questions:
I would like to generate permutations of subsets, for example. There are 20 possible amino acids and 5 positions where they can occur. What are the complete permutations that may arise (in the text)
Once I have this list of permutations, some values will be evaluated for each of them, and I would like to see any given permutation at runtime. The first idea that comes to mind is a lookup table, but I was wondering if there could be a better way to do this.
source
shareSource: https://habr.com/ru/post/1783613/
All Articles