File: merged_star.rst

package info (click to toggle)
obitools 1.2.13%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,652 kB
  • sloc: python: 18,199; ansic: 1,542; makefile: 98
file content (14 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
merged_*
========

    The `merged_*` attribute is built based on another attribute `*` (for example, 
    `sample`) by the :doc:`obiuniq <../scripts/obiuniq>` program. The value associated to the `merged_*` 
    attribute is a contingency table summarizing modality frequencies associated to the `*` attribute.
    For instance, `merged_sample={'X1': 12, 'X2': 10}` means that among the 22 identical sequences merged 
    by the :doc:`obiuniq <../scripts/obiuniq>`, the `sample` attribute was set 12 and 10 times to the modality 'X1' 
    and 'X2', respectively.
    
    Attribute added by the program:
        - :doc:`obiuniq <../scripts/obiuniq>`
        - :doc:`obiselect <../scripts/obiselect>`