arnesmits / DEP

DEP package
27 stars 12 forks source link

filter_missval function #41

Open fedeserral opened 2 months ago

fedeserral commented 2 months ago

Hi! I have a question. I don't completely understand how the function filter_missval() works. Specifically, this argument 'thr' despite the explanation shown in the source code: The dataset is filtered for proteins that have a maximum of 'thr' missing values in at least one condition.

Can you be more specific, please?

Because if I run thr=0, I should see the same number of proteins for all my conditions, right? I didn't see that. Thanks!