zavolanlab / bindz-rbp

RBP module for bindz, a bioinformatics tool to detect regulators' binding sites on RNA sequences.
https://github.com/zavolanlab/bindz-rbp
Apache License 2.0
7 stars 1 forks source link

Sort binding sites in the final table #20

Closed AngryMaciek closed 4 years ago

AngryMaciek commented 4 years ago

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.