prolfqua / prolfquapp

Generating Dynamic DEA Reports with the prolfqua R Package
3 stars 2 forks source link

add check that contrasts exist #15

Open wolski opened 5 months ago

wolski commented 5 months ago

"RAvsHDgvLPS_MO" = "G_RA_LPS_M0 - G_HD_LPS_MO", "RAvsHDgvLPS_M1" = "G_RA_LPS_M1 - G_HD_LPS_M1", "RAvsHDgvLPS_M2" = "G_RA_LPS_M2 - G_HD_LPS_M2",

Add check as early as possible that the contrast specification is correct.

This should happen in the function read_annotation

https://github.com/prolfqua/prolfquapp/blob/b9490f5871debcc6b3766dd025289f7f0c5497ef/R/utils_annotation.R#L23