---
title: "filters"
slug: "filters-syntax"
updated: 2022-07-27T22:27:36Z
published: 2022-07-27T22:27:36Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://code.tag.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# filters

## cutoff

**usage: *common* - datatype: *float*** The *cutoff* attribute is used to limit the results of an analysis by statistical significance (i.e., Tag.score). Only results which have a Tag.score above the cutoff will be returned.

```
"cutoff": # //Numeric value, defaults to 0.0
```
