ContextLab / ContextLab/quail

feature request: plot a subset of positions

Open
#52 1 comment 0 reactions 0 assignees View on GitHub
enhancement future release
Dominant language
Python
Stars
21
Forks
10
PR merge metrics
No merged PRs in 30d

Description

For the accuracy analysis (maybe others?), it would be convenient to be able to group different positions. For example, if we wanted to plot 1 bar each accuracy for early, middle and late positions, you'd have to do an spc, and then manually select the positions. we could have a `posgroup` argument that allows you to run a separate analysis for multiple groups of positions. e.g.

`quail.analyze(egg, analysis='accuracy', listgroup=['average']*16, posgroup=['start']*3+['middle']*10+['end']*3)`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.