Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 500 Bytes

File metadata and controls

21 lines (15 loc) · 500 Bytes

denovo 0.0.1 (Current development)

Added

  • NEWS.md
  • Function, check_input_data.

Changed

  • C -> C_mat
  • tree_strcut -> predict_subgroups
  • Input treatment (tr), control(cl), and covariates (covars) separately.
  • Decision on type of data (training/discovery or test) is made outside of functions.
  • denovo -> estimate_exposure_eff
  • denovo_test -> estimate_subgroups_sig
  • denovo_training -> discover_subgroups
  • All "."s into "_" in function and object names.

Removed

Fixed