VEuPathDB / service-eda-compute

Apache License 2.0
0 stars 0 forks source link

add optional numberVariablesReturned arg for abudnance #40

Closed asizemore closed 1 year ago

asizemore commented 1 year ago

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 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.

asizemore commented 1 year ago

Closing. See discussion in https://github.com/VEuPathDB/web-eda/pull/1584 for more details.