diff --git a/README.md b/README.md index f79b5c3151a2df7b747bd7a68ea38cf55c563008..9d5b28452fa71471fa3ead93b3df193952c12cbb 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The `fitModelParallel()` function in **HTRfit** provides a powerful way to fit m <div id="bg" align="center"> - <img src="./vignettes/figs/fit_step.png" width="900" height="200"> + <img src="./vignettes/figs/fit_step.png" width="836" height="220"> </div> Furthermore, it's worth noting that the output object generated by fitModelParallel can be substantial in terms of memory (RAM) usage. In simulations involving 6,000 genes and 2,000 experimental conditions (equivalent to 8,000 samples), the output object can occupy a significant amount of memory, reaching approximately 10 GB. Therefore, users need to ensure that their computing environment has enough available RAM to handle these large output objects.