diff --git a/_quarto.yml b/_quarto.yml index 57b55ea..ca092dd 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -6,16 +6,16 @@ book: title: "The `moiraine` R package user manual" author: "Olivia Angelin-Bonnet" search: true - site-url: https://solid-lamp-kq546rq.pages.github.io/ + site-url: https://plant-food-research-open.github.io/moiraine-manual/ sharing: [twitter] sidebar: tools: - icon: github menu: - text: Manual source code - url: https://github.com/PlantandFoodResearch/moiraine-manual + url: https://github.com/Plant-Food-Research-Open/moiraine-manual - text: Package source code - url: https://github.com/PlantandFoodResearch/moiraine + url: https://github.com/Plant-Food-Research-Open/moiraine chapters: - index.qmd - overview.qmd diff --git a/docs/comparison.html b/docs/comparison.html index 280fd93..e174c0f 100644 --- a/docs/comparison.html +++ b/docs/comparison.html @@ -137,12 +137,12 @@
The full script for the data processing can be found in the moiraine
GitHub repository.
The full script for the data processing can be found in the moiraine
GitHub repository.
The matrix of SNP dosage and table of SNP information were downloaded from the borealis database. The list of significant QTLs and eQTLs was extracted from the supplementary file made available on Figshare alongside the article and completed with information from Table 1 from Li et al. (2022). Note that some of the QTLs and eQTLs listed in the article and supplementary material were obtained from the RNAseq dataset, and so are not present in the version of the dataset used for the present tutorial. If a SNP was selected as both QTL and eQTL, only the results yielding the smallest FDR value were retained.
diff --git a/docs/index.html b/docs/index.html index f354ca3..49ea228 100644 --- a/docs/index.html +++ b/docs/index.html @@ -137,12 +137,12 @@moiraine
R package user
Note that the sample IDs must be stored in a column named id
. We will use the add_samples_metadata()
function to add this new data-frame to the samples metadata in our MultiDataSet
object. There are several options for which samples metadata tables should be modified; this is controlled through the datasets
argument of the function. By default, the information is added to the samples metadata table of all omics datasets (case when datasets = NULL
):
However, it is also possible to specify for which dataset(s) the changes should be made, by passing their name to the datasets
argument.
In both cases, the function throws some warnings to alert about samples missing from this new table, or samples that are not present in the original samples metadata table. These warnings should be checked to avoid issues due to typos, etc.
diff --git a/docs/mofa.html b/docs/mofa.html index d7d4862..2698369 100644 --- a/docs/mofa.html +++ b/docs/mofa.html @@ -137,12 +137,12 @@