GETNUM - winkusch/Easy2 GitHub Wiki
Get number of SNPs that match a certain criterion. Number of matches will be written to the REPORT variable defined in --strGetNumName. Please note that the data set itself remains unchanged. This is only to get the number of matches and to write them into the report.
FUNCTION | PARAMETER | DEFAULT | DESCRIPTION |
---|---|---|---|
GETNUM | --rcdGetNum | R-Code expression to derive the number of SNPs. Needs to return an array of Boolean values. All TRUE values will be counted. | |
GETNUM | --strGetNumName | name for get number criterion (used in REPORT) |