menchelab / BioProfiling.jl

A flexible Julia toolkit for high-dimensional cellular profiles
MIT License
13 stars 1 forks source link

Additional methods for `characteristic_features` #40

Open koalive opened 2 years ago

koalive commented 2 years ago

Currently, characteristic_features is disregarding negative fold changes (where a feature "changes direction") for convenience, but offering another method to quantify how "characteristic" a feature is could be useful. For instance, one could rank based on the difference between means divided by pooled variance, on the significance of a t-test or of a Mann–Whitney U test.