Skip to content

Commit

Permalink
Deploying to gh-pages from @ 83c54ab 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Oct 2, 2024
1 parent c975c6e commit 6652db4
Show file tree
Hide file tree
Showing 73 changed files with 3,675 additions and 3,305 deletions.
105 changes: 58 additions & 47 deletions docs/devel/index.html

Large diffs are not rendered by default.

105 changes: 58 additions & 47 deletions docs/devel/pages/acknowledgments.html

Large diffs are not rendered by default.

111 changes: 61 additions & 50 deletions docs/devel/pages/agglomeration.html

Large diffs are not rendered by default.

113 changes: 62 additions & 51 deletions docs/devel/pages/alpha_diversity.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
257 changes: 130 additions & 127 deletions docs/devel/pages/beta_diversity.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
179 changes: 79 additions & 100 deletions docs/devel/pages/clustering.html

Large diffs are not rendered by default.

Binary file modified docs/devel/pages/clustering_files/figure-html/dmm3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 59 additions & 48 deletions docs/devel/pages/composition.html

Large diffs are not rendered by default.

Binary file modified docs/devel/pages/composition_files/figure-html/neatmap-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
113 changes: 64 additions & 49 deletions docs/devel/pages/containers.html

Large diffs are not rendered by default.

107 changes: 59 additions & 48 deletions docs/devel/pages/convert.html

Large diffs are not rendered by default.

107 changes: 59 additions & 48 deletions docs/devel/pages/correlation.html

Large diffs are not rendered by default.

107 changes: 59 additions & 48 deletions docs/devel/pages/cross_correlation.html

Large diffs are not rendered by default.

153 changes: 83 additions & 70 deletions docs/devel/pages/differential_abundance.html

Large diffs are not rendered by default.

152 changes: 85 additions & 67 deletions docs/devel/pages/exercises.html

Large diffs are not rendered by default.

198 changes: 106 additions & 92 deletions docs/devel/pages/extra_material.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/devel/pages/extra_material/add-comm-typing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -448,13 +448,13 @@ Samples-cluster assignment probabilities / how probable it is that a sample belo
to each cluster

```{r}
head(DirichletMultinomial::mixture(getBestDMNFit(tse_dmn)))
DirichletMultinomial::mixture(getBestDMNFit(tse_dmn)) |> head()
```

Contribution of each taxa to each component

```{r}
head(DirichletMultinomial::fitted(getBestDMNFit(tse_dmn)))
DirichletMultinomial::fitted(getBestDMNFit(tse_dmn)) |> head()
```
Get the assignment probabilities

Expand All @@ -480,7 +480,7 @@ bray_pcoa_df <- calculateMDS(tse_dmn, FUN = vegan::vegdist, method = "bray",
# Convert to data.frame
bray_pcoa_df <- as.data.frame(bray_pcoa_df)
colnames(bray_pcoa_df) <- c("pcoa1", "pcoa2")
head(bray_pcoa_df)
bray_pcoa_df |> head()
```

```{r}
Expand Down
8 changes: 4 additions & 4 deletions docs/devel/pages/extra_material/dada2_workflow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ names(filtRs) <- sample.names
out <- filterAndTrim(fnFs, filtFs, fnRs, filtRs, truncLen=c(240,160),
maxN=0, maxEE=c(2,2), truncQ=2, rm.phix=TRUE,
compress=TRUE, multithread=TRUE) # On Windows set multithread=FALSE
head(out)
out |> head()
```

```{r dada2_8}
Expand Down Expand Up @@ -88,7 +88,7 @@ dadaFs[[1]]
mergers <- mergePairs(dadaFs, filtFs, dadaRs, filtRs, verbose=TRUE)
# Inspect the merger data.frame from the first sample
head(mergers[[1]])
mergers[[1]] |> head()
```

```{r dada2_15}
Expand Down Expand Up @@ -122,7 +122,7 @@ track <- cbind(out, sapply(dadaFs, getN), sapply(dadaRs, getN), sapply(mergers,
# If processing a single sample, remove the sapply calls: e.g. replace sapply(dadaFs, getN) with getN(dadaFs)
colnames(track) <- c("input", "filtered", "denoisedF", "denoisedR", "merged", "nonchim")
rownames(track) <- sample.names
head(track)
track |> head()
```

```{r dada_20}
Expand All @@ -143,7 +143,7 @@ taxa <- addSpecies(taxa, "data/silva_species_assignment_v132.fa.gz")
```{r dada2_22}
taxa.print <- taxa # Removing sequence rownames for display only
rownames(taxa.print) <- NULL
head(taxa.print)
taxa.print |> head()
```

```{r dada2_23}
Expand Down
Binary file modified docs/devel/pages/extra_material_files/figure-html/biclust_7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
196 changes: 88 additions & 108 deletions docs/devel/pages/import.html

Large diffs are not rendered by default.

129 changes: 70 additions & 59 deletions docs/devel/pages/integrated_learner.html

Large diffs are not rendered by default.

105 changes: 58 additions & 47 deletions docs/devel/pages/intro.html

Large diffs are not rendered by default.

109 changes: 60 additions & 49 deletions docs/devel/pages/introductory_workflow.html

Large diffs are not rendered by default.

231 changes: 109 additions & 122 deletions docs/devel/pages/introductory_workflow_dutch_version.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
220 changes: 107 additions & 113 deletions docs/devel/pages/introductory_workflow_french_version.html

Large diffs are not rendered by default.

479 changes: 245 additions & 234 deletions docs/devel/pages/machine_learning.html

Large diffs are not rendered by default.

Binary file modified docs/devel/pages/machine_learning_files/figure-html/ROC-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
121 changes: 66 additions & 55 deletions docs/devel/pages/miaverse.html

Large diffs are not rendered by default.

123 changes: 67 additions & 56 deletions docs/devel/pages/mmuphin_meta_analysis.html

Large diffs are not rendered by default.

1,298 changes: 654 additions & 644 deletions docs/devel/pages/msea.html

Large diffs are not rendered by default.

113 changes: 62 additions & 51 deletions docs/devel/pages/multiassay_ordination.html

Large diffs are not rendered by default.

109 changes: 60 additions & 49 deletions docs/devel/pages/network_comparison.html

Large diffs are not rendered by default.

121 changes: 66 additions & 55 deletions docs/devel/pages/network_learning.html

Large diffs are not rendered by default.

175 changes: 88 additions & 87 deletions docs/devel/pages/quality_control.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 58 additions & 47 deletions docs/devel/pages/resources.html

Large diffs are not rendered by default.

314 changes: 162 additions & 152 deletions docs/devel/pages/session_info.html

Large diffs are not rendered by default.

107 changes: 59 additions & 48 deletions docs/devel/pages/statistical_modeling.html

Large diffs are not rendered by default.

112 changes: 64 additions & 48 deletions docs/devel/pages/support.html

Large diffs are not rendered by default.

117 changes: 64 additions & 53 deletions docs/devel/pages/taxonomy.html

Large diffs are not rendered by default.

105 changes: 58 additions & 47 deletions docs/devel/pages/training.html

Large diffs are not rendered by default.

113 changes: 62 additions & 51 deletions docs/devel/pages/transformation.html

Large diffs are not rendered by default.

123 changes: 67 additions & 56 deletions docs/devel/pages/visualization.html

Large diffs are not rendered by default.

Binary file modified docs/devel/pages/visualization_files/figure-html/pheatmap6-1.png
257 changes: 135 additions & 122 deletions docs/devel/pages/wrangling.html

Large diffs are not rendered by default.

101 changes: 56 additions & 45 deletions docs/devel/search.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/devel/site_libs/bootstrap/bootstrap-dark.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/devel/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/devel/site_libs/quarto-contrib/glightbox/lightbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ body:not(.glightbox-mobile) div.gslide-description .gslide-desc {
background-color: var(--quarto-body-bg);
}

body:not(.glightbox-mobile) div.gslide-media {
background-color: var(--quarto-body-bg);
}

.goverlay {
background: rgba(0, 0, 0, 0.7);
}
Expand Down
15 changes: 12 additions & 3 deletions docs/devel/site_libs/quarto-html/quarto.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
if (link.href.indexOf("#") !== -1) {
const anchor = link.href.split("#")[1];
const heading = window.document.querySelector(
`[data-anchor-id=${anchor}]`
`[data-anchor-id="${anchor}"]`
);
if (heading) {
// Add the class
Expand Down Expand Up @@ -134,8 +134,10 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
window.innerHeight + window.pageYOffset >=
window.document.body.offsetHeight
) {
// This is the no-scroll case where last section should be the active one
sectionIndex = 0;
} else {
// This finds the last section visible on screen that should be made active
sectionIndex = [...sections].reverse().findIndex((section) => {
if (section) {
return window.pageYOffset >= section.offsetTop - sectionMargin;
Expand Down Expand Up @@ -317,6 +319,7 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
for (const child of el.children) {
child.style.opacity = 0;
child.style.overflow = "hidden";
child.style.pointerEvents = "none";
}

nexttick(() => {
Expand Down Expand Up @@ -358,6 +361,7 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {

const clone = child.cloneNode(true);
clone.style.opacity = 1;
clone.style.pointerEvents = null;
clone.style.display = null;
toggleContents.append(clone);
}
Expand Down Expand Up @@ -432,6 +436,7 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
for (const child of el.children) {
child.style.opacity = 1;
child.style.overflow = null;
child.style.pointerEvents = null;
}

const placeholderEl = window.document.getElementById(
Expand Down Expand Up @@ -739,6 +744,7 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
// Process the collapse state if this is an UL
if (el.tagName === "UL") {
if (tocOpenDepth === -1 && depth > 1) {
// toc-expand: false
el.classList.add("collapse");
} else if (
depth <= tocOpenDepth ||
Expand All @@ -757,10 +763,9 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
};

// walk the TOC and expand / collapse any items that should be shown

if (tocEl) {
walk(tocEl, 0);
updateActiveLink();
walk(tocEl, 0);
}

// Throttle the scroll event and walk peridiocally
Expand All @@ -779,6 +784,10 @@ window.document.addEventListener("DOMContentLoaded", function (_event) {
window.addEventListener(
"resize",
throttle(() => {
if (tocEl) {
updateActiveLink();
walk(tocEl, 0);
}
if (!isReaderMode()) {
hideOverlappedSidebars();
}
Expand Down
36 changes: 36 additions & 0 deletions docs/devel/site_libs/quarto-nav/quarto-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,45 @@ const headroomChanged = new CustomEvent("quarto-hrChanged", {
composed: false,
});

const announceDismiss = () => {
const annEl = window.document.getElementById("quarto-announcement");
if (annEl) {
annEl.remove();

const annId = annEl.getAttribute("data-announcement-id");
window.localStorage.setItem(`quarto-announce-${annId}`, "true");
}
};

const announceRegister = () => {
const annEl = window.document.getElementById("quarto-announcement");
if (annEl) {
const annId = annEl.getAttribute("data-announcement-id");
const isDismissed =
window.localStorage.getItem(`quarto-announce-${annId}`) || false;
if (isDismissed) {
announceDismiss();
return;
} else {
annEl.classList.remove("hidden");
}

const actionEl = annEl.querySelector(".quarto-announcement-action");
if (actionEl) {
actionEl.addEventListener("click", function (e) {
e.preventDefault();
// Hide the bar immediately
announceDismiss();
});
}
}
};

window.document.addEventListener("DOMContentLoaded", function () {
let init = false;

announceRegister();

// Manage the back to top button, if one is present.
let lastScrollTop = window.pageYOffset || document.documentElement.scrollTop;
const scrollDownBuffer = 5;
Expand Down
6 changes: 5 additions & 1 deletion docs/devel/site_libs/quarto-search/quarto-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,11 @@ async function fuseSearch(query, fuse, fuseOptions) {

// If we don't have a subfuse and the query is long enough, go ahead
// and create a subfuse to use for subsequent queries
if (now - then > kFuseMaxWait && subSearchFuse === undefined) {
if (
now - then > kFuseMaxWait &&
subSearchFuse === undefined &&
resultsRaw.length < fuseOptions.limit
) {
subSearchTerm = query;
subSearchFuse = new window.Fuse([], kFuseIndexOptions);
resultsRaw.forEach((rr) => {
Expand Down

0 comments on commit 6652db4

Please sign in to comment.