kalyakulina commited on
Commit
86cacd1
·
verified ·
1 Parent(s): 8fab22d

Added link to the original paper

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title='EpImAge', js=js_func, delete_cache
74
  - The first column must be a sample ID.
75
  - Your data must contain `Age` column for metrics (MAE and Pearson Rho) and Age Acceleration calculation.
76
  - Missing values should be `NA` in the corresponding cells.
77
- - [Imputation](https://scikit-learn.org/stable/modules/impute.html) of missing values can be performed using KNN, Mean, and Median methods with all methylation data from the [Paper]().
78
  - Data example for GSE87571: [File](https://github.com/GillianGrayson/EpInflammAge/tree/main/data/examples/GSE87571.xlsx).
79
  - Calculations take a few minutes, the plot can be displayed slightly later than the results. If imputation is performed, the calculations will take longer.
80
  """,
 
74
  - The first column must be a sample ID.
75
  - Your data must contain `Age` column for metrics (MAE and Pearson Rho) and Age Acceleration calculation.
76
  - Missing values should be `NA` in the corresponding cells.
77
+ - [Imputation](https://scikit-learn.org/stable/modules/impute.html) of missing values can be performed using KNN, Mean, and Median methods with all methylation data from the [Paper](https://www.mdpi.com/1422-0067/26/13/6284).
78
  - Data example for GSE87571: [File](https://github.com/GillianGrayson/EpInflammAge/tree/main/data/examples/GSE87571.xlsx).
79
  - Calculations take a few minutes, the plot can be displayed slightly later than the results. If imputation is performed, the calculations will take longer.
80
  """,