Gitlab migration complete. If you have any issue please read the FAQ.

Commit 91fd932a authored by Anjana Elapavalore's avatar Anjana Elapavalore Committed by Todor Kondic
Browse files

Documentation

parent d8c0d076
......@@ -455,6 +455,12 @@ actionButton(inputId = "sortsubset_b",
## Browser
<details><summary>Manual quality analysis (QA) step</summary>
After the automatic quality control check based on the criteria defined in the _Prescreening_ tab is done ,it is possible to manually update the quality of the retrieved spectra.This can be achieved by double clicking on the required QA fields namely _MS1/MS2 match?_, _Above threshold_, _MS2 exists_ after inspecting the peaklist. Once the manual QA step is done, the changes can be saved by clicking the _Commit manual QA_ tab and the summary table can be exported as _CSV_ file by clicking the _Export MS1/MS2 summary_ tab.
</details>
<div style="display: flex; vertical-align: top;margin: auto;">
<div style="width: 50%;">
......@@ -466,7 +472,6 @@ DT::DTOutput("compound_selector_qa")
```
</div>
<div style="width: 25%">
```{r, echo=F}
DT::DTOutput("compound_ms2_table")
......@@ -489,8 +494,15 @@ uiOutput("update_summ_ui")
uiOutput("export_summ_ui")
```
## Viewer
<details><summary> Visualize the plots </summary>
* For any given ID, the MS1 and MS2 fragments can be visualized by selecting the corresponding row in the table. The plots can be zoomed-in by selecting the region of interest using the cursor and double click to zoom-out. It is also possible to plot mutiple figures by selecting different rows and the figures are saved by clicking _save this plot_ tab.
</details>
```{r, echo=F}
sidebarLayout(sidebarPanel(DT::DTOutput("plot_comp_select"),
h5("Pointer position"),
......@@ -550,8 +562,6 @@ sidebarLayout(sidebarPanel(DT::DTOutput("plot_comp_select"),
```
<!-- ENGINE -->
```{r, echo = F, context = 'setup'}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment