-
Notifications
You must be signed in to change notification settings - Fork 11
Report Page Tasks
Victor Lin edited this page Jul 15, 2020
·
16 revisions
Feature preview: https://dev.serratus.io/data
- parameterize accession in URL (ex. https://dev.serratus.io/data?accession=ERR2756788)
- search field
- links to SRA, Trace, BAM
- basic family coverage heatmap
- D3.js visualizations
- add option to download summary (
.summary
,.json
?) - normalize by # aligned reads (
cvg * min(aln, 1000)
)
- search field: enter to submit
- integrate D3 into React page
- search: use
setAccession
hook instead of redirect- low priority, as it works fine right now - just could be better optimized for React
- split by family row
- color legend
- expand family entries
- add external links (non-AMR)
- add external links (AMR)
- add score, pctid
- add other summary metadata
- dynamically compute text width
- NCBI Taxonomy Browser -> "taxa"
- add button to load more accessions
- show name of accession entries
7.7.2020 mockup by @ababaian
Reference
Records
Work in Progress
Stale