Given a list of jellyfish input tables and a named list of ranks for each sample, set the rank for each sample.
Examples
jellyfisher_example_tables |>
select_patients("EOC809") |>
set_ranks(list("EOC809_r1Bow1_DNA1" = 2, "EOC809_p2Per1_cO_DNA2" = 2),
default = 1
) |>
jellyfisher()