Differences between revisions 9 and 10
Revision 9 as of 2012-05-09 05:03:31
Size: 2883
Editor: jason
Comment:
Revision 10 as of 2019-04-06 06:19:34
Size: 2887
Editor: chapoton
Comment: py3 print
Deletions are marked like this. Additions are marked like this.
Line 59: Line 59:
    print 'Population size: ' + str(pop_size)
    print 'Selection coefficient for first taxon: ' + str(d_field(selection))
    print('Population size: ' + str(pop_size))
    print('Selection coefficient for first taxon: ' + str(d_field(selection)))
Line 70: Line 70:
    print 'Generations until coalescence: ' + str(len(gens))
    show(coal_plot(coal_data1), axes = False, figsize = [8,4.0*len(gens)/pop_size], ymax = len(gens)-1)
    print('Generations until coalescence: ' + str(len(gens)))
    show(coal_plot(coal_data1), axes = False, figsize = [8, 4.0*len(gens)/pop_size], ymax = len(gens)-1)

Sage Interactions - Bioinformatics

goto interact main page

Web app: protein browser FIXME

by Marshall Hampton (tested by William Stein) [sagecell-issues]

biobrowse.png

Coalescent simulator

by Marshall Hampton [sagecell-issues]

coalescent.png

interact/bio (last edited 2020-02-08 13:26:23 by chapoton)