File: index.rst

package info (click to toggle)
python-cogent 2023.2.12a1%2Bdfsg-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,416 kB
  • sloc: python: 89,165; makefile: 117; sh: 16
file content (91 lines) | stat: -rw-r--r-- 2,373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#############
Documentation
#############


cogent3_ is a software library for genomic biology. It is a comprehensive framework for manipulation of genomic sequence data and for conducting molecular evolutionary analyses. It is distinguished by many unique built-in capabilities. Of particular note are our non-stationary Markov substitution models. These include `non-stationary nucleotide <https://www.ncbi.nlm.nih.gov/pubmed/25503772>`_, and `non-stationary codon <https://www.ncbi.nlm.nih.gov/pubmed/28175284>`_ models. 

.. dropdown:: Click to see an animation showing testing a hypothesis involving a non-stationary nucleotide process.

    .. raw:: html

        <object type="image/gif" data="../_static/gif/demo-fit-ns.gif" style="height: 400px; width: auto;"></object>

Plus, the ability to manipulate biological sequences by their annotations.

.. dropdown:: Click to see an animation showing defining and using sequence annotations.

    .. raw:: html

        <object type="image/gif" data="../_static/gif/demo-annotate.gif" style="height: 400px; width: auto;"></object>

.. panels::
    :header: bg-primary
    :footer: text-right
    
    ---

    ``cogent3`` apps
    ^^^^^^^^^^^^^^^^
    
    ``cogent3`` comes with pre-defined "apps" that simplify otherwise complex tasks. They provide capabilities that can be used by themselves, or added together to define a pipeline. They also simplify parallel execution of pipelines.

    +++++++++++

    .. link-button:: app/index
        :type: ref
        :text: …
        :classes: stretched-link

    ---

    Cookbook
    ^^^^^^^^

    The cookbook presents short code recipes targeted at specific problems.

    +++++++++++

    .. link-button:: cookbook/index
        :type: ref
        :text: …
        :classes: stretched-link

    ---

    Tutorials
    ^^^^^^^^^

    The tutorials present code for solving more extensive problems.
    
    +++++++++++

    .. link-button:: examples/index
        :type: ref
        :text: …
        :classes: stretched-link

    ---

    API
    ^^^

    The API for major ``cogent3`` objects
    
    +++++++++++

    .. link-button:: api/index
        :type: ref
        :text: …
        :classes: stretched-link

.. toctree::
    :hidden:
    :maxdepth: 3

    app/index
    cookbook/index
    examples/index
    api/index

.. _cogent3: https://cogent3.org