MonashProteomics / FragPipe-Analyst

GNU General Public License v3.0
10 stars 4 forks source link

Filtering based on samples in same condition #36

Closed hsiaoyi0504 closed 1 year ago

hsiaoyi0504 commented 1 year ago

Currently, we only do filtering for LFQ data in the process. However, TMT and DIA also need some kind of filtering but probably not based on replicates only. For example, we don't have many replicates in CPTAC TMT data. Without filtering data before imputation is not pretty ideal.

hsiaoyi0504 commented 1 year ago

We could have two options listed in configuration:

By default, LFQ will use filter by replicates, but for TMT and DIA, we will use filter by condition.

hsiaoyi0504 commented 1 year ago

just two filters

if I want just 50% across the whole table, it will be 100, 0 if per one condition 0 100 default 0 0 meaning no filter

hsiaoyi0504 commented 1 year ago

Finished in 19f1c072e6aee84f4a2caa3c8a478cf7887d9e1b.