Table Tab¶
The Table
tab shows a metadata table corresponding to the hits for the query selected by the Query selector. In other words, it is a sub-table of the complete metadata table displayed in the Index
table.
Note
In addition to the metadata, some columns correspond to query coverage metrics:
CovXK
: proportion of positive k-mersCovXB
: proportion of bases covered by at least a positive k-merCovYK
: mean abundance per k-merCovYB
: mean abundance per base
Note that CovYK
and CovYB
are optional and only present when the underlying Provider
supports abundance queries.
Each column supports filtering and sorting. Available filters may vary depending on the data type of the column.
At the top, you can apply filters using SQL WHERE
clause syntax, e.g. Temp > 20 and CovXK between 0.5 and 0.8 and ID like '%DCM'
. To apply it, use the first button on the right or press Enter
. The second button allows to remove the filters.
Important
This table is used to make all the representations, e.g. maps, which means that a filter applied on the table will be reflected on the figures. Note that this works both ways: selecting some points on the map will be reflected on the table, and therefore on the plot too.