Adds an optional argument called numberVariablesReturned for the ranked abundance app. This maps to the cutoff arg in the rankedAbundance R method (hoping "numberVariablesReturned" is more descriptive than "cutoff". Can update the R code to match later). numberVariablesReturned determines the final count of variables in the data coming back from this app.
Work towards https://github.com/VEuPathDB/web-eda/issues/1548
Related frontend PR: https://github.com/VEuPathDB/web-eda/pull/1584
Adds an optional argument called
numberVariablesReturned
for the ranked abundance app. This maps to thecutoff
arg in the rankedAbundance R method (hoping "numberVariablesReturned" is more descriptive than "cutoff". Can update the R code to match later).numberVariablesReturned
determines the final count of variables in the data coming back from this app.