File: model.rst

package info (click to toggle)
macsyfinder 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 134,860 kB
  • sloc: python: 20,583; xml: 953; sh: 37; makefile: 16
file content (61 lines) | stat: -rw-r--r-- 1,409 bytes parent folder | download
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
.. MacSyFinder - Detection of macromolecular systems in protein datasets
    using systems modelling and similarity search.
    Authors: Sophie Abby, Bertrand Néron
    Copyright © 2014-2023  Institut Pasteur (Paris), and CNRS.
    See the COPYRIGHT file for details
    MacsyFinder is distributed under the terms of the GNU General Public License (GPLv3).
    See the COPYING file for details.

.. _model:


*****
model
*****

The model is a formal representation of system.
The model is describe in terms of components.
There are 4 component classes:

    * genes which are mandatory
    * genes which are accessory
    * genes which are neutral
    * genes which are forbiden

Each genes can have Exchangeable.
An exchangeable is another gene which can paly the same role in the system. Usualy an analog or homolog.
The models describe also distance constraints between genes:

    * inter_gene_max_space
    * loner
    * multi_loci

and quorum constraints

    * min_mandatory_genes_required
    * min_genes_required

and if a gene can be shared by several systems (several occurrences of the same model)

    * multisystem

.. _model_api:

model API reference
===================

ModelBank
=========
 .. autoclass:: macsypy.model.ModelBank
   :members:
   :private-members:
   :special-members:


Model
=====

.. autoclass:: macsypy.model.Model
   :members:
   :private-members:
   :special-members: