in reply to
How can one randomize a DNA string without changing the composition?
magic word you're looking for is "permutation", so
permut
,
permut
,
permut
Comment on
Re: How can one randomize a DNA string without changing the composition?
Replies are listed 'Best First'.
Re^2: How can one randomize a DNA string without changing the composition?
by
Anonymous Monk
on Jan 16, 2015 at 02:39 UTC
oh, its the question that never ends :)
How can one get the correct results of all combinations with bigger input files?
How to get non-redundant DNA sequences from a FASTA file?
How can one find unique elements from arrays using a LOOP?
How can one get all possible combinations of a string without changing positions & using window size?
[reply]
In Section
Seekers of Perl Wisdom