fast_read
for not equal strings and numerical greater thanfast_preprocess
and process_long_format
is optional to reduce memory usage for very large datasetsprocess_long_format
add support for multiple quantitative values per table cell, for examples fragment intensities separated by ';' in DIA-NN output.
add oneliner function 'process_long_format' for end-to-end processing with default values for DIA-NN.
add oneliner function 'process_wide_format' for end-to-end processing to collapse multiple rows with same id, such as multiple entries for a gene.
fix NOTE due to Rcpp
fix memory reallocation problem
better exception handling
Revise code (change order of header files) to support OpenMP in clang 13.0.0.
fix typo: medpolish to median_polish
m
when pdf_out = NULL
Filter out NaN values in the quantitative column in the function preprocess()
.
Update the median normalization step in the function preprocess()
.
preprocess()
.First release.