UFA_score_coefficients_corrector {IDSL.UFA} | R Documentation |
Score Coefficients Corrector for MolecularFormulaAnnotationTable
Description
This function updates ranking orders of the individual MolecularFormulaAnnotationTable when score coefficients changed.
Usage
UFA_score_coefficients_corrector(input_annotated_molf_address,
output_annotated_molf_address, scoreCoefficients, number_processing_threads = 1)
Arguments
input_annotated_molf_address |
Address to load the individual MolecularFormulaAnnotationTables. |
output_annotated_molf_address |
Address to save the individual MolecularFormulaAnnotationTables. |
scoreCoefficients |
A vector of five numbers representing coefficients of the identification score function. |
number_processing_threads |
Number of processing threads for multi-threaded computations. |
[Package IDSL.UFA version 2.0 Index]