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

Bipartite Network: Ordering nodes

Abierto
#252 2 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
r

Línea de trabajo

Start by locating the bipartite network ordering entry point in plot.data and review how nodes are currently ordered. Define how alphabetical, unweighted connection-count, and custom ordering should be selected and applied, then verify that each requested ordering works on the live-site example.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

From the mbio live site, 02/26/24
Screen Shot 2024-02-26 at 12 56 45 PM

The nodes are sorted in no reasonable order.

The most obvious sort order would be alphabetical, though i know we've talked about hierarchical sorting based on taxonomy. But for the near future, i think it makes most sense to have sort options:

  1. Alphabetical
  2. Number of connections (unweighted degree)
  3. Custom. Either this will just be a separate radio button or we'll somehow otherwise handle the user reordering the nodes however they want.

My question is, who should do this reordering work? I'm thinking plot.data right now, since we're also including degree in the ordering. @d-callan may have ideas here

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.