Changelog
Source:NEWS.md
wgsLR 0.0.2
- Added a
NEWS.md
file to track changes to the package. - Renaming:
-
xT
for trace sample (instead ofxD
) -
xR
for reference sample (instead ofxS
)
-
- Include functionality for sample specific error rates:
-
wT
for Trace sample andwR
for Reference sample - Convention: postfix
_w
for same error rate in both samples and postfix_wTwR
to allow for different error rates in donor (trace) and suspect (reference) sample. - Added functions and objects related to sample specific error probabilities:
-
calc_LRs_wTwR()
renamed tocalc_LRs_w()
-
sample_data_Hp_wTwR()
,sample_data_Hd_wTwR()
-
add_errors_Hp_wTwR()
,add_errors_Hd_wTwR()
-
d_formulas_Hd_wTwR
,d_formulas_Hp_wTwR
, -
d_prob_Hp_wTwR
,d_prob_Hd_wTwR
, d_LR_wTwR
-
- Renamed functions and objects to allow for sample-specific (cf. below), i.e.:
-
calc_LRs()
renamed tocalc_LRs_w()
-
sample_data_Hp()
renamed tosample_data_Hp_w()
-
sample_data_Hd()
renamed tosample_data_Hd_w()
-
add_errors_Hp()
renamed toadd_errors_Hp_w()
-
add_errors_Hd()
renamed toadd_errors_Hd_w()
-
d_formulas_Hd
renamed tod_formulas_Hd_w
-
d_formulas_Hp
renamed tod_formulas_Hp_w
-
d_prob_Hp
renamed tod_prob_Hp_w
-
d_prob_Hd
renamed tod_prob_Hd_w
-
d_prob_LR
renamed tod_LR_w
-
-