[Biopython] Monte Carlo Simulation

Jeremias Ponciano da Silva jere_2001 at ig.com.br
Tue Jan 14 18:57:16 UTC 2014


Hi guys!
Thanks for the replies.
I can do randomization, even my biggest problem is how to make a plot of
Monte Carlo with the data I already have.


2014/1/14 Michael Thon <mike.thon at gmail.com>

> Check out:
>
> http://stackoverflow.com/questions/976882/shuffling-a-list-of-objects-in-python
>
> Something like this should work:
>
> from random import shuffle
>
> x = ‘GCAT’
> s = list(x)
> shuffle(s)
>
>
> On Jan 14, 2014, at 4:04 AM, Jeremias Ponciano da Silva <
> jere_2001 at ig.com.br> wrote:
>
> > Hi people!
> > I'm doing a Monte Carlo Simulation, must take a DNA sequence and this
> > sequence can randomize N times, and with these seguencias plot on a
> Normal
> > chart monte carlo simulation, one would have any suggestions?
> >
> > --
> > *Jeremias Ponciano*
> > _______________________________________________
> > Biopython mailing list  -  Biopython at lists.open-bio.org
> > http://lists.open-bio.org/mailman/listinfo/biopython
>
>


-- 
*Jeremias Ponciano*




More information about the Biopython mailing list