# HG changeset patch # User Maria Panteli # Date 1506021132 -3600 # Node ID 861fe1b57672f2980ce9e89baca7d21fb08cd60f # Parent 4425a4918102ecca4fc669d7cf2f4d2b4b2d4ae5 ? diff -r 4425a4918102 -r 861fe1b57672 scripts/outliers.py --- a/scripts/outliers.py Thu Sep 21 17:35:07 2017 +0100 +++ b/scripts/outliers.py Thu Sep 21 20:12:12 2017 +0100 @@ -109,7 +109,7 @@ df_local = country_outlier_df(spatial_counts, Y, normalize=True) print_most_least_outliers_topN(df_local, N=10) - feat = [Xrhy, Xmel, Xmfc, Xchr] + feat = X_list feat_labels = ['rhy', 'mel', 'mfc', 'chr'] tabs_feat = [] for i in range(len(feat)):