~ubuntu-branches/ubuntu/natty/python-cogent/natty

« back to all changes in this revision

Viewing changes to doc/examples/index.rst

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2010-12-04 22:30:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101204223035-j11kinhcrrdgg2p2
Tags: 1.5-1
* Bumped standard to 3.9.1, no changes required.
* New upstream version.
  - major additions to Cookbook
  - added AlleleFreqs attribute to ensembl Variation objects.
  - added getGeneByStableId method to genome objects.
  - added Introns attribute to Transcript objects and an Intron class.
  - added Mann-Whitney test and a Monte-Carlo version
  - exploratory and confirmatory period estimation techniques (suitable for
    symbolic and continuous data)
  - Information theoretic measures (AIC and BIC) added
  - drawing of trees with collapsed nodes
  - progress display indicator support for terminal and GUI apps
  - added parser for illumina HiSeq2000 and GAiix sequence files as 
    cogent.parse.illumina_sequence.MinimalIlluminaSequenceParser.
  - added parser to FASTQ files, one of the output options for illumina's
    workflow, also added cookbook demo.
  - added functionality for parsing of SFF files without the Roche tools in
    cogent.parse.binary_sff
  - thousand fold performance improvement to nmds
  - >10-fold performance improvements to some Table operations

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    :maxdepth: 1
38
38
 
39
39
    application_controller_framework
 
40
    building_and_using_an_application_controller
40
41
    alignment_app_controllers
41
42
    phylogeny_app_controllers
42
43
    generating_app_commandlines
53
54
    perform_nmds
54
55
    motif_results
55
56
    unifrac
 
57
    period_estimation
56
58
 
57
59
******************
58
60
Data Visualisation
86
88
    coevolution
87
89
    rate_heterogeneity
88
90
    hmm_par_heterogeneity
 
91
    seqsim_alignment_simulation
 
92
    seqsim_aln_sim_user_alphabet
 
93
    seqsim_tree_sim
89
94
 
90
95
***************************
91
96
Phylogenetic Reconstruction