diff --git a/docs/index.html b/docs/index.html index 2a200f9..dd91f1f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -273,7 +273,6 @@
Quick blurb around multi-omics integration. There are many tools available to perform multi-omics integration, and a lot are implemented as R packages. These tools differ conceptually (in terms of required data input, assumptions, questions they answer) but also at a practical level in terms of input data format, parameters, etc and output format. That makes it time-consuming to apply different tools to a same multi-omics dataset, and to compare the results.
The moiraine package aims at alleviating this by providing a framework to easily and consistently apply different integration tools to a same dataset. It also facilitates the comparison of results with consistent formatting of integration output and visualisations.
-In addition, in an effort to make these computations reproducible, moiraine heavily relies on targets for the creating of reproducible pipelines.
+Omics datasets provide an overview of the content of cells for a specific molecular layer (e.g. transcriptome, proteome, metabolome). By integrating different omics datasets obtained on the same biological samples, we can gain a deeper understanding of the interactions between these molecular layers, and shed light on the regulations occurring both within and between layers. A number of statistical methods have been developed to extract such information from multi-omics datasets, and many have been implemented in software such as R packages. However, these tools differ conceptually, in terms of the input data they require, the assumptions they make, the statistical approaches they use or even the questions they answers. They also differ at a practical level in terms of the format required for data input, the parameters to tune or select, and the format in which the results are returned. These differences render the application of several integration tools to a multi-omics dataset and the comparison of their results complex and time-consuming.
+The moiraine
package aims at alleviating these issues, by providing a framework to easily and consistently apply different integration tools to a same multi-omics dataset. It implements numerous visualisation and reporting functions to facilitate the interpretation of the integration results, and facilitates the comparison of these results across integration methods. In addition, in an effort to make these computations reproducible, moiraine
heavily relies on the targets
package for the construction of reproducible analysis pipelines.
In this manual, we are showcasing the functionalities of the moiraine package by presenting an in-depth walk-through example of multi-omics integration analysis. This will not only talk about the how in terms of R functions etc, but also talk about the integration methods and how to use them.
+In this manual, we are showcasing the functionalities of the moiraine
package by presenting an in-depth walk-through example of a multi-omics integration analysis. This will not only talk about the how in terms of R functions etc, but also talk about the integration methods and how to use them.
Here, say that we heavily recommend to be familiar with targets (teaching targets it out of the scope of this manual, and we refer to the excellent targets manual).
-This is a Quarto book.
-To learn more about Quarto books visit https://quarto.org/docs/books.
1 + 1
#> [1] 2
"something"