Skip to content

Advanced mode component hierarchy

Tony Di Sera edited this page Aug 9, 2023 · 18 revisions

Advanced Mode

component_hierarch_advanced_interface

  • GeneHome

    • navigation
      • TypeAhead (gene search)

        typeahead
      • GenesMenu (copy/paste multiple genes)

        genes_menu
      • PhenotypeSearch

        phenotype_search
      • files_dialog
        • SampleData
          • SampleDataFile (variants)
          • SampleDataFile (alignments)
      • SaveAnalysisButton (only shows when launched from Mosaic)

      • ImportVariants

      • ExportVariants

      • SettingsDialog

        settings
      • Dialogs for disclaimer, terms of service, publications, citations

      • NavigationDrawer (left side panel, tabs)

        • NOTE: A GeneBadge is created for each DangerSummary

          genes_panel
        • NOTE: Each entry in the expansion panel represents a flagged variant. The flagged variants are organized by Filter -> Gene -> Variant in CohortModel.organizeVariantsByFilterAndGene().

          flagged_variants
          • FilterSettings
      • NavigationDrawer (right side panel)

        • LegendPanel

          legend
      • NavigationDrawer (right side panel)

        • AlertPanel

          alert_panel
    • Welcome

      welcome
    • Main content

      • GeneVariantsCard

        gene_variants_panel
        • GeneLinksMenu
        • GeneOMIMTable
        • GenePubMedTable
      • TranscriptCard

        transcript_card
        • TranscriptsMenu
        • GeneViz
      • VariantAllCard

        variant_all_card_expanded
        • NOTE: The StackedVarChartViz replaces the VariantViz view when the "Counts" radio button is selected.
        variant_all_card_clinvar_stackedbar1
        • NOTE: The StackedVarChartViz replaces the VariantViz view when the "Counts in Exons" radio button is selected.
        variant_all_stackedbar2
        • VariantToggle (filter by inheritance)
        • VariantViz (called variants)
        • VariantViz (loaded variants)
        • DepthViz (alignment depth)
        • GeneViz (selected transcript)
        • OptionalTracksMenu
        • VariantViz (mother)
        • DepthViz (mother)
        • VariantViz (father)
        • DepthViz (father)
        • VariantViz (clinvar)
        • StackedBarChartViz (clinvar)
      • variant_inspect
        • VariantLinksMenu
        • VariantAliasesMenu
        • VariantInterpretation
        • GeneAssociationsDialog
        • VariantAfPopMenu
        • VariantInspectRow
        • VariantInspectQualityRow
        • VariantInspectInheritanceRow
        • DepthViz
        • GeneViz
        • PedigreeGenotypeViz
        • ConservationScoresViz
        • MultialignSeqViz
    • VariantNotesDialog

      variant_notes_dialog
    • SaveAnalyisPopup (only shows when launched from Mosaic when user clicks on SaveAnalysisButton

Clone this wiki locally