in reply to Re^2: Looking for Printing all possible combinations
in thread Looking for Printing all possible combinations

Like for Example In File 1: I have given string2 T(A)GG(A)GGG(G) But it can have multiple brackets in different strings such as TAA(A)G(T)G(A)GGAG(G)CCA(A) How does it work? What should I modify in the code? And also my File2 is really big with a million Entries.
  • Comment on Re^3: Looking for Printing all possible combinations

Replies are listed 'Best First'.
Re^4: Looking for Printing all possible combinations
by sarkar (Initiate) on Feb 13, 2015 at 13:38 UTC
    Also I have am facing another problem. If there are 3 Brackets I am looking for all possible combinations between the 3. So if i have 4 Brackets I would be looking for all the possible combinations between those 4. If there are "n" Brackets I would be looking for all the possible combinations between the ones ie, "n" in the brackets.