Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scattered-Box-plot added #4948

Conversation

SURAJ-SHARMA27
Copy link
Contributor

Describe changes proposed in this pull request:

  1. Added scattered box plot in which VictoryStack and VictoryBoxPlot are used.
  2. The logic processes a nested JSON structure to transform the data into a structured format (transformedData). It ensures each gene entry has associated color and stroke color attributes, reuses existing colors where possible, and assigns new colors from predefined palettes where necessary. The result is stored in the component's state.
  3. For each gene name, a tuple object is created containing:
    • The gene value.
    • The cell type name (cellname).
    • The tissue name (tissuename).
    • The sample key as parentId.
    • Placeholders for various colors (color, bwColor, bwStrokeColor, strokeColor, tissueColor, tissueStrokeColor).

Any screenshots or GIFs?

screen-capture.31.webm

Notify reviewers

@sowmiyaa-kumar
@zeynepkaragoz
@alisman

Copy link

netlify bot commented Jul 12, 2024

Deploy Preview for cbioportalfrontend failed. Why did it fail? →

Name Link
🔨 Latest commit 711f508
🔍 Latest deploy log https://app.netlify.com/sites/cbioportalfrontend/deploys/66d7e42063f74b00080c3aaf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant