ToxPi / toxpiR

toxpiR R package for the Toxicological Priority Index (ToxPi) algorithm.

Home Page:https://toxpi.github.io/toxpiR/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for missing-ness

daynefiler opened this issue · comments

Add functionality to track missing-ness in TxpResult object.

  • Add txpMissing slot to TxpResult class; observation by slice matrix (same as txpSliceScores ) with the proportion of missing observations
  • Update txpCalculateScores to calculate missing-ness
  • Add accessors for txpMissing
  • Update man page and create examples showing accessors
  • Add tests to cover new missing-ness functionality

Completed with latest update from /ggplot branch