Код: Выделить всё
('NM_000165', ['GJA1', 89393, 169.29])
Я пробовал:
Код: Выделить всё
sorted_filtered_common = dict(sorted(filtered_common.items(), key=lambda item: item[1][1]))
Подробнее здесь: https://stackoverflow.com/questions/790 ... oat-values