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

Gene expression app & RAMPAGE tab #76

Merged
merged 47 commits into from
Jul 26, 2023
Merged

Gene expression app & RAMPAGE tab #76

merged 47 commits into from
Jul 26, 2023

Conversation

jordanvelezbomba
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Jul 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
screen ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2023 9:14pm

@jordanvelezbomba
Copy link
Contributor Author

jordanvelezbomba commented Jul 24, 2023

image

Gene Expression app

  • all old features
  • gene search
  • collapse all
  • plot drop downs
  • hamburger menu
  • url navigation

@jordanvelezbomba
Copy link
Contributor Author

jordanvelezbomba commented Jul 24, 2023

image

Gene Expression Tab

  • same as above inside details tabs
  • double hamburger
  • hyperlinked genes in main table

  • new tab when opening gene expression? (from main search)

Copy link
Collaborator

@NishiPhalke NishiPhalke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move autocomplete code to different file ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to move some of code to different components ?

screen2.0/src/app/applets/gene-expression/page.tsx Outdated Show resolved Hide resolved
let drawerHeightTab: number = window.screen.height

// 1080
if (drawerHeight < 1200) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally we shouldn't have manually set height ? @jpfisher72 any thoughts on how this can be done without manually setting height ?

screen2.0/src/app/search/ccredetails/ccredetails.tsx Outdated Show resolved Hide resolved
@jordanvelezbomba
Copy link
Contributor Author

Collape all doesn't work (in https://screen-git-gene-expression-weng-lab.vercel.app/)

Collapse all does work, default value was not set. worked after closing one. fixed in next commit

<line x1={0} x2={900} y1={1} y2={1} stroke="black" />
{plotGeneExp(entry, index, 5)}
</g>
</svg>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SVGs dont scale well, become tiny on anything but full screen

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could increase the size of the plots, let's discuss at next scrum

})
})

props.range.x.end = max
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible to not set props.range.x.end ? props are used as readonly variables

@jordanvelezbomba jordanvelezbomba merged commit d268284 into main Jul 26, 2023
3 checks passed
@jordanvelezbomba jordanvelezbomba deleted the gene-expression branch July 26, 2023 21:23
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.

3 participants