Closed dgarrimar closed 3 years ago
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:
mean
%(args.aggr)s
https://github.com/guigolab/ggsashimi/blob/02244c206406163c84363fbaafbef05ad78c677d/ggsashimi.py#L795
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.
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