VEuPathDB / service-eda-compute

Apache License 2.0
0 stars 0 forks source link

Add correlation plugin #59

Closed asizemore closed 1 year ago

asizemore commented 1 year ago

Add a correlation plugin that has the following as inputs:

  1. A continuous collection
  2. All the appropriate continuous sample metadata

Currently i think the output will look lik

[{
  var1: string,
  var2: string,
  correlationCoef: number,
  pvalue: number,
  adjustedPValue?: number,
}]