You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From our discussion last year, I made some updates to the new UI:
all search results, similar BED files, BEDset lists, default to table view with the option to use card view
bed2bed search uses table view by default, and only shows UMAP if you switch to card view
bed splash page is rearranged to not focus primarily on the region distributions plot
embedding component allows for more informed selections through buckets and live selection counts plot
embedding component allows for static view for use as small previews on the homepage or elsewhere (looks like an image, but uses the live data), and expands when you click on it. this way there are no redirects to a separate UMAP page and the embeddings are already loaded when the preview loads
homepage updates: I kept the old home page to demo the static view of the embedding component, but Alex's version is available at /home_alt, and a hybrid I tried is at /home_alt2. we can decide on one to keep for the main deployment
Can we make each UMAP link point to a single page instead of opening in a new window?
This would keep everything on one page and allow the link to be copied and shared, as before.
BED Page
Move statistics into a table placed to the right of the metadata.
Consolidate the following statistics:
number of regions
median TSS distance
mean region width
GC content
with BED format and BED compliance.
Remove BED compliance and data format from the top list.
Use a single, consistent color for all statistics.
Add back the region distribution over chromosomes to the BED page.
For now, I would not rely on the analyzer. It would be better to keep all statistics and metadata on one page so users do not need to navigate elsewhere. (If needed, the expected distribution over genomic partitions can be removed for now.)
Fix the number of BEDs shown in the BEDset table.
UMAP icon (visualization) on bed page
Move it before the before/after plots section, and make it on full width
Do not show UMAP if the file is not hg38.
Currently, non-hg38 files leave a lot of white space, which looks awkward.
If the visualization spans the full page, it will be easier to hide when it is not applicable.
Add boxes (cards) to the Overview and Statistics sections.
At the moment, there is a lot of white space, and it is difficult for the eye to focus on specific items.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From our discussion last year, I made some updates to the new UI:
/home_alt, and a hybrid I tried is at/home_alt2. we can decide on one to keep for the main deployment