From dbf3639829890a25cb55f12c1b545115a987ca36 Mon Sep 17 00:00:00 2001 From: fpellegrini <38397852+fpellegrini@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:50:50 +0100 Subject: [PATCH] Update README.md Added disclaimer, as required by Reviewer 3. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bcfe079..241b451 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ ROIconnect is a freely available open-source plugin to [EEGLAB](https://github.c 📚 Check out the following paper to learn about recommended methods and pipelines for connectivity experiments: > Pellegrini, F., Delorme, A., Nikulin, V. & Haufe, S., 2022. Identifying best practices for detecting inter-regional functional connectivity from EEG. bioRxiv 2022.10.05.510753. https://doi.org/10.1101/2022.10.05.510753 +⚠️ Disclaimer: This plugin implements the best-practice pipeline that we identified for our studied setting. We believe it can be used in such environments without hesitation. Additional code to reproduce our experiments entirely is provided in a [separate repository](https://github.com/fpellegrini/FCsim). In the medium term, we intend to extend this plugin for other use cases, which will be backed up by respective validation studies. + You can choose to access the core functions from the EEGLAB GUI. Experienced users can access additional utilities from the command line. If you do decide to run a function from the command line, please refer to the respective documentation provided in the code.