Closed blawney closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.90%. Comparing base (
ac54083
) to head (2b5dc6a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
To address https://github.com/netZoo/netZooPy/issues/341
Note that the original issue is only raised when the
modeProcess
arg to thePanda
constructor is eitherlegacy
orintersection
.For the default of
modeProcess='union'
, there is apparently no problem (i.e. no errors/exceptions) even if the expression matrix genes do not have any intersection with the motif priors. Unsure if that's an issue, or whether that just triggers a trivial run (i.e. there is no corresponding gene expression data so the iterative looping performs no updates)? If so, maybe a warning should be generated?