diff --git a/EC50Histogram.vue b/EC50Histogram.vue index 8e52b26..d812473 100644 --- a/EC50Histogram.vue +++ b/EC50Histogram.vue @@ -1,5 +1,5 @@ diff --git a/GeneFDRGraph.vue b/GeneFDRGraph.vue index 92786c4..ab9e2cd 100644 --- a/GeneFDRGraph.vue +++ b/GeneFDRGraph.vue @@ -1,45 +1,45 @@ diff --git a/IntensityHistogram.vue b/IntensityHistogram.vue index 05e5f5b..634e76d 100644 --- a/IntensityHistogram.vue +++ b/IntensityHistogram.vue @@ -1,5 +1,5 @@ diff --git a/InteractionWrapper.vue b/InteractionWrapper.vue index d03fdbc..dfa720b 100644 --- a/InteractionWrapper.vue +++ b/InteractionWrapper.vue @@ -4,16 +4,18 @@ - - - Relations - + v-model="UiModel.tabIndex" + grow + dense + dark + :background-color=" + $store.state.selectedOrganismShown.secondaryColor + " + > + + Relations Node information @@ -23,189 +25,428 @@ - + :items="RelationTypesModel" + item-children="Children" + item-text="Label" + return-object + dense + style="overflow-y: auto; max-height: 500px" + > + - + Run analysis fas fa-running - - - {{item.Label}} + + + {{ + item.Label + }} - - - - {{child.ResourceType}} - {{child.AccessionNumber}} - - - - Protein information - - - Information - - - - Expression - - - - Biochemical Assays - - - - Interaction Network - - - - - Protein analytics - - - Dose Selectivity - - - - Combination Treatment - - - - - - - - Combined analytics - - - Interactive Expression Heatmap - - - - Combination Treatment - - - - - - Visible resources - - - - + + + + {{ + child.ResourceType + }} + {{ + child.AccessionNumber + }} + + + + Protein information + + + Information + + + + Expression + + + + Biochemical Assays + + + + Interaction Network + + + + + Protein analytics + + + Dose Selectivity + + + + Combination Treatment + - - - - Downloadable content - - fas fa-downloadSVG - fas fa-downloadPNG - fas fa-downloadSIF - - - - - - - - - far fa-trash-alt - fas fa-plus - fas fa-unlock-alt - - - - - - - + + + + + Combined analytics + + + Interactive Expression Heatmap + + + + Combination Treatment + + + + + + Visible resources + + + + + + + + + + Downloadable content + + fas fa-downloadSVG + fas fa-downloadPNG + fas fa-downloadSIF + + + + + + + + + far fa-trash-alt + fas fa-plus + fas fa-unlock-alt + + + + + + + diff --git a/ProteinExpressionBodymapWrapper.vue b/ProteinExpressionBodymapWrapper.vue index c178e3a..73f6ec1 100644 --- a/ProteinExpressionBodymapWrapper.vue +++ b/ProteinExpressionBodymapWrapper.vue @@ -1,208 +1,240 @@ diff --git a/ProteinFDRGraph.vue b/ProteinFDRGraph.vue index cc40027..66078ba 100644 --- a/ProteinFDRGraph.vue +++ b/ProteinFDRGraph.vue @@ -1,45 +1,45 @@ diff --git a/ResponseCurve.vue b/ResponseCurve.vue index c42ee0a..b09d7da 100644 --- a/ResponseCurve.vue +++ b/ResponseCurve.vue @@ -1,5 +1,5 @@ diff --git a/SampleExpressionBars.vue b/SampleExpressionBars.vue index 92e6ed3..33b6f97 100644 --- a/SampleExpressionBars.vue +++ b/SampleExpressionBars.vue @@ -1,92 +1,92 @@ diff --git a/SensitivityBarPlot.vue b/SensitivityBarPlot.vue index 6893355..da78707 100644 --- a/SensitivityBarPlot.vue +++ b/SensitivityBarPlot.vue @@ -8,53 +8,56 @@ :minHeight="minHeight" :title="barPlotTitle" @send-message="onBarSelected" - /> + /> diff --git a/SensitivityParallelPlot.vue b/SensitivityParallelPlot.vue index 09b9e99..075cd2b 100644 --- a/SensitivityParallelPlot.vue +++ b/SensitivityParallelPlot.vue @@ -9,31 +9,31 @@ diff --git a/SpecificGeneFDRGraph.vue b/SpecificGeneFDRGraph.vue index e38133d..d9ece7d 100644 --- a/SpecificGeneFDRGraph.vue +++ b/SpecificGeneFDRGraph.vue @@ -1,72 +1,74 @@ diff --git a/SpecificProteinFDRGraph.vue b/SpecificProteinFDRGraph.vue index f81d56e..afe0f35 100644 --- a/SpecificProteinFDRGraph.vue +++ b/SpecificProteinFDRGraph.vue @@ -1,72 +1,74 @@ diff --git a/SpectrumWrapper.vue b/SpectrumWrapper.vue index 10f5a18..14eb762 100644 --- a/SpectrumWrapper.vue +++ b/SpectrumWrapper.vue @@ -8,227 +8,340 @@ Reference Spectrum -

Origin - - Prosit - ProteomeTools -

+

+ Origin + + Prosit + ProteomeTools + +

- + - + - + + v-model="modObjectBottom.selectedMods" + :items="modsBottom" + :item-text="modSelectOption" + label="Selected modifications" + multiple + clear-on-select + chips + deletable-chips + return-object + :error-messages="prositError" + class="mx-2 my-0 py-0" + > - Get mirror spectrum + Get mirror spectrum - - - - - - - - - - - - - - -
- - - - Fragments - - - - Select all - Deselect all - - - - - {{item.ion}}: - - - - {{ch}} - - - - - - - {{item.ion}}: - - - - {{ch}} - - - - - - - - - - - - Neutral loss: - - - - - - - - - Configuration - - - - Max neutral loss count - - - - - - {{massTolerance[selectedMassTolerance + 0].text}} - - - - - - {{matchTolerance[selectedMatchTolerance + 0].text}} - - - - - - - Update settings - - - - - - - - - - + > + + + + + + + + + + + + + + + + Fragments + + + Select all + Deselect all + + + + + {{ item.ion }}: + + + {{ ch }} + + + + + + + {{ item.ion }}: + + + {{ ch }} + + + + + + + + + + + + Neutral loss: + + + + + + + + Configuration + + + Max neutral loss count + + + + + + {{ massTolerance[selectedMassTolerance + 0].text }} + + + + + + {{ + matchTolerance[selectedMatchTolerance + 0].text + }} + + + + + + + Update settings + + + + + + + + + + diff --git a/TissueExpressionBars.vue b/TissueExpressionBars.vue index bb3afcb..d2cbd14 100644 --- a/TissueExpressionBars.vue +++ b/TissueExpressionBars.vue @@ -1,36 +1,36 @@