CI status | Coverage |
---|---|
A small package for analytical method validation, and sample analysis.
For command line interfaces, see juliaquant
.
read
: read csv file(s) intoAnalysisTable
(SeeChemistryQuantitativeAnalysis.jl
). Currently, only data from MassHunter Software in wide format is supported.
These function accept AnalysisTable
or Batch
.
qc_report
: compute statistics of QC samples.ap_report
: compute accuracy, repeatability and reproducibility.recovery_report
: compute recovery by prespiked/postspiked.me_report
: compute matrix effect by with_matrix/std_solution.stability_report
: compute stability in different condition and restoration days.sample_report
: average each sample.
pivot
: transform dataframe into wide format.unpivot
: transform dataframe into long format.selectby
: select values by specific column, and applyselect!
as if the values are columns. This function is useful to merge multiple statistical values into specific formats.mean_plus_minus_std
: round and merge mean values and standard deviations with "±".add_percentage
: add "%".normalize
: normalize dataframe by the given normalizer.qualify
: replace data out of acceptable range.qualify!
: replace data out of acceptable range.
Guidelines and Recommendations of the GTFCh
Appendix B - Requirements for the validation of analytical methods p.21~p.22