From 028617c2a862258107cbcec9a6193faae77551d4 Mon Sep 17 00:00:00 2001 From: ZhimingYe Date: Fri, 10 Jan 2025 14:58:31 +0800 Subject: [PATCH] fix readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a49f45..a299f77 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,12 @@ Please see the package website for more info: +> [!Scope] +> The primary goal of EnrichGT is to provide researchers in wet labs, who have been busy all day, with quick and insightful biological interpretations from dry lab data to support their experiments. Therefore, all computational methods employed are relatively straightforward and pragmatic. For example, C++ based ORA enrichment function, GSEA only using fgsea output without more analysis, use only vocabulary frequency matrix for re-enrichment instead of term's similarity, and more... Its purpose is to offer a “quick overview”. After this initial overview, you can use more widely recognized tools to generate statistically rigorous results (not necessary though). However, don’t misunderstand—this does not mean that the statistical processes in EnrichGT are incorrect. I’ve made every effort to ensure their accuracy; they are just less refined. Additionally, the tool has been tested in most typical scenarios, but extreme cases cannot be entirely ruled out. + ![](https://zhimingye.github.io/EnrichGT/enrichGTTable.jpg) + ### Install ``` r