- Require Philosopher 4.0.0+.
- Support
library
andlib
keywords in the experiment names to recognize library runs. Library runs will always be used as donor runs. - Support prmPASEF.
- Disable MBR when there is only one run.
- Change the default value of
mbrtoprun
to 100000. - Add
filelist
flag to bypass command length limitation in Windows. - Various minor bug fixes and improvements.
- Supporting SILAC and other isotopic labeled data.
- Print more information about match-between-runs.
- Add
--writeindex
to write index to disk for further usage. - Add
--spectraldir
option to take spectral files' directories as input. - Add
--excludemods
option to exclude certain modifications in protein quantification. - Add
--minexps
option. - Change the default value of
--proteinquant
to 2. - Change the default value of
--mbrmincorr
to 0 and use>
for it. - Change the default values of
--proteinfdr
and--peptidefdr
to 1. - Change the default value of
--requantify
to 1. - Change the default value of
--mbrtoprun
to 10. - Changing
--proteinquant
to 1 and--minexps
to 1 if there are less than 3 experiments. - Implement a module writing
combined_protein.tsv
from scratch. - If the experiment names do not have
_
, using<exp>_<expIdx>
instead. - Upgrade timsTOF data reading API to 2.7.0.
- Various bug fix and optimization.
- Implement the MaxLFQ protein intensity calculation algorithm. Add
--proteinquant 1/2
to control the used algorithm. - Add a Pearson correlation coefficient to measure the similarity of light and heavy
RT-intensity
profile in label quantification. - Add more info to label quantification output.
- Change
> minFreq
to>= minFreq
- Various bug fixes and improvements.
- Support non-timsTOF (e.g., Orbitrap) data.
- Support match-between-runs.
- Support match-between-runs' ion, peptide, and protein level false discovery rate control.
- Support isotope labeling based quantification. (beta)
- Add new parameters.
- Make the quantification more accurate.
- Various bug fix and optimization.
- The first version after renaming IMQuant to IonQuant.