Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Map: Update backend lineplot class for varying sample size records

Abierto
#221 0 comentarios 0 reacciones 1 asignado Ver en GitHub

@d-callan ya está trabajando en esto.

Desde el 3/5/2023.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

if a term w a highly variable vocabulary happens to be ordinal, it might end up on the xaxis. assume the client can figure out ticks, and the plugin can continue without concern.

if a term w a highly variable vocabulary is overlay then we will need to teach the group* family of fxns in plot.data some new tricks

any group* fxn that returns means will learn to return weighted ones based on a denominator where counts reflect the number which would have had to impute 0, and receive columns for N and the variable vocabulary.

any group* fxn that returns a result based on ordered values (like medians) will have to learn to impute 0s. this could be a perf issue, which i can think about some more if needed.

any group* fxn returning proportions needs to learn to do them by summing N

drop any groups that were filtered against. again, if needed for perf reasons i can try to get clever. but i prefer to get something working first.

Lenguaje dominante
R
Estrellas
1
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de VEuPathDB/plot.data

Todos los issues de VEuPathDB/plot.data

Issues similares

Más issues de R

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.