guigolab / ggsashimi

Command-line tool for the visualization of splicing events across multiple samples
MIT License
122 stars 42 forks source link

Median aggregation is identical to mean aggregation #69

Closed dgarrimar closed 3 years ago

dgarrimar commented 3 years ago

Bug report

Median aggregation seems not to work (looks identical to mean aggregation in the example data). It appears the problem is here:

https://github.com/guigolab/ggsashimi/blob/02244c206406163c84363fbaafbef05ad78c677d/ggsashimi.py#L793

where mean should be substituted by %(args.aggr)s as in:

https://github.com/guigolab/ggsashimi/blob/02244c206406163c84363fbaafbef05ad78c677d/ggsashimi.py#L795

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.