FILTER - winkusch/Easy2 GitHub Wiki
Filter SNPs from input. Number of inclusion will be written to the REPORT variable defined in --strFilterName.
FUNCTION | PARAMETER | DEFAULT | DESCRIPTION |
---|---|---|---|
FILTER | --rcdFilter | R-Code expression to include SNPs. Needs to return an array of Boolean values. TRUE value rows will be included (pass the filter). | |
FILTER | --strFilterName | Name of the REPORT variable to save the number of inclusions. |