File: family.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 (30 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download | duplicates (3)
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
family
======

    An integer value corresponding to the family of the :doc:`taxid <./taxid>` stored into the 
    :doc:`taxid <taxid>` attribute. If the family is not defined for this :doc:`taxid <./taxid>`, 
    this value is *None*.

    .. warning::  This taxonomic information is just added to the sequence for the end-user
                  convenience and not used by other ``OBITools`` programs as taxonomic information.
                  Only the taxonomic information included in the :doc:`taxid <taxid>`
                  attribute is used as taxonomic annotation.

    .. seealso:: 

       - :doc:`taxid <./taxid>`
       - :doc:`scientific_name <./scientific_name>`
       - :doc:`family_name <./family_name>`
       - :doc:`genus <./genus>`
       - :doc:`genus_name <./genus_name>`
       - :doc:`order <./order>`
       - :doc:`order_name <./order_name>`
       - :doc:`species <./species>`
       - :doc:`species_name <./species_name>`

    Attribute added by the programs:
        - :doc:`obiuniq <../scripts/obiuniq>`
        - :doc:`obiannotate <../scripts/obiannotate>`