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
Copy file name to clipboardexpand all lines: Statistics_for_Metabolomics.py
+8-8
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@
10
10
## Quickstart Guide
11
11
12
12
Welcome to the FBMN-STATS, a web app implementation of the [statistics notebooks](https://github.com/Functional-Metabolomics-Lab/Statistical-analysis-of-non-targeted-LC-MSMS-data) for metabolomics by the [Functional Metabolomics Lab](https://github.com/Functional-Metabolomics-Lab).
13
-
as part of the article '[The Hitchhiker’s Guide to Statistical Analysis of Feature-based Molecular Networks from Non-Targeted Metabolomics Data](https://doi.org/10.26434/chemrxiv-2023-wwbt0)'.
14
-
These notebooks are developed by the Virtual Multi Omics Lab ([VMOL](https://vmol.org/)).
13
+
as part of the article '[The Statistical Analysis of Feature-based Molecular Networking Results from Non-Targeted Metabolomics Data](https://doi.org/10.26434/chemrxiv-2023-wwbt0)'.
14
+
These notebooks are developed by the Virtual MultiOmics Lab ([VMOL](https://vmol.org/)).
15
15
This app facilitates downstream statistical analysis of Feature-Based Molecular Networking data, simplifying the process for researchers.
16
16
17
17
### Getting Started
@@ -81,7 +81,7 @@
81
81
82
82
st.subheader('Settings Panel')
83
83
st.markdown("""
84
-
1. **P-value Correction:** These are FDR (False Disovery Rate) corrections applied for multiple univariate tests. Available options include Bonferroni, Sidak, Benjamini-Hochberg (BH), Benjamini-Yekutieli (BY), and an option for no correction, with Bonferroni set as the default.
84
+
1. **P-value Correction:** These are FDR (False Disovery Rate) corrections applied for multiple univariate tests. Available options include Bonferroni, Sidak, Benjamini-Hochberg (BH), Benjamini-Yekutieli (BY), and an option for no correction.
85
85
While Bonferroni is known for controlling false positives, it may inadvertently increase false negatives. Advanced methods like BH and BY aim to balance true discoveries against false positives more effectively. We recommend BH for FDR correction to optimize analysis outcomes.
86
86
87
87
Note that changing the p-value correction settings does not automatically update the corrected p-values. To update results re-run the analysis.
@@ -98,7 +98,7 @@
98
98
99
99
st.subheader('Citation and Resources')
100
100
st.markdown("""
101
-
For citations and further resources, please refer to our [article](https://doi.org/10.26434/chemrxiv-2023-wwbt0).
101
+
For citations and further resources, please refer to our [article](https://doi.org/10.26434/chemrxiv-2023-wwbt0). You can download the Windows executables of the app from our [homepage](https://www.functional-metabolomics.com/resources).
0 commit comments