Next: , Previous: , Up: Descriptive   [Contents]

2.3.1.3 Length of sequence for a species

The SequenceLength statistics computes the length (in bp) of the sequence of one species. It returns 0 if no sequence for this species is found in the current block. It will send an error however if the block has more than one sequence for this species (be sure to use the Subset filter before, if needed).

Synopsis:

maf.filter=                                 \
    [...],                                   
    SequenceStatistics(                     \
        statistics=(\                       \
            [...],                                                    
            SequenceLength(                 \
                species=species1),          \
            [...]),                         \
        ref_species=species1,               \
        file=data.statistics.csv),          \
    [...]

Arguments:

species={string}

The species for which lengths should be reported.