-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi there,
A couple questions regarding the GeneLevelThresholding class:
- The assignment of the
global_quantilesattribute in the__init__method (line 56) currently takes the mean across the local quantiles. These values are different then if you were to flatten the whole matrix and take the quantiles like that (pd.Series(omics_dataframe.values.flatten()).quantile(qvalues)). Is this correct, or should it be taking the quantiles across the flattened values? - The call to
local_t2_thresholding(line 176) assignsgtupasself.global_threshold_lower. Should this be assigned upself.global_threshold_upperinstead? If not, isself.global_threshold_uppernot being used?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels