Is your feature request related to a problem? Please describe.
Binding sites are not reported in any meaningful order in the combined TSV table.
Describe the solution you'd like
Rows of the combined TSV table should be sorted by the binding_posterior column (highest probability on top). This can be done easilty with df.sort_values() method.
Additional context
People would open and quickly inspect this particular table. It should be easy-to-read by human eye.
Is your feature request related to a problem? Please describe. Binding sites are not reported in any meaningful order in the combined TSV table.
Describe the solution you'd like Rows of the combined TSV table should be sorted by the
binding_posterior
column (highest probability on top). This can be done easilty withdf.sort_values()
method.Additional context People would open and quickly inspect this particular table. It should be easy-to-read by human eye.