Fast table filter (analysis)
From BioUML platform
Revision as of 18:15, 9 December 2020 by BioUML wiki Bot (Talk | contribs)
- Analysis title
- Fast table filter
- Provider
- Biosoft
- Class
FastFilterTable
- Plugin
- biouml.plugins.genomeenhancer (Genome Enhancer)
Description
This method filters the table using internal SQL table representation.
Parameters:
- Input table – Table to filter
- Filtering expression – Expression in sql like 'SqlColumnName1 > 5 AND SqlColumnName2 < 0'
- Output table – Path to the filtered table