From d160aac9d53f1194a11b7752b17515bd55517bbb Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Thu, 28 Sep 2023 12:05:21 +0100 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- first.html | 2 +- search.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.nojekyll b/.nojekyll index f4fc2da..dbd0765 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -ee0595b3 \ No newline at end of file +e488968f \ No newline at end of file diff --git a/first.html b/first.html index 5c023b0..7dc2150 100644 --- a/first.html +++ b/first.html @@ -221,7 +221,7 @@

-

In the code chunk above, SummarizedExperiment(...) is pseudo-code that represents the creation of SummarizedExperiment; do not run that code! In practice, you will produce those objects through your own scripts and workflows.

+

In the code chunk above, SummarizedExperiment(...) is pseudo-code that represents the creation of a SummarizedExperiment object; do not run that code! In practice, you will produce those objects through your own scripts and workflows.

diff --git a/search.json b/search.json index a53874f..fffeced 100644 --- a/search.json +++ b/search.json @@ -46,7 +46,7 @@ "href": "first.html#quick-start", "title": "3  First use", "section": "3.1 Quick start", - "text": "3.1 Quick start\nThe iSEE package is built around the iSEE() function.\nIn the simplest case, given nothing more than a SummarizedExperiment object, the iSEE() function automatically scans the object for information stored in standard components and returns a shiny app object. If the shiny app object is not assigned to an object name, the app is immediately launched in a new window.\nThe code chunk below illustrate conceptually how:\n\nPackages are attached to the R session.\nA SummarizedExperiment object is produced.\nA SummarizedExperiment object is given to the iSEE() function.\n\nlibrary(SummarizedExperiment)\nlibrary(iSEE)\nse <- SummarizedExperiment(...)\niSEE(se)\n\n\n\n\n\n\nWarning\n\n\n\nIn the code chunk above, SummarizedExperiment(...) is pseudo-code that represents the creation of SummarizedExperiment; do not run that code! In practice, you will produce those objects through your own scripts and workflows." + "text": "3.1 Quick start\nThe iSEE package is built around the iSEE() function.\nIn the simplest case, given nothing more than a SummarizedExperiment object, the iSEE() function automatically scans the object for information stored in standard components and returns a shiny app object. If the shiny app object is not assigned to an object name, the app is immediately launched in a new window.\nThe code chunk below illustrate conceptually how:\n\nPackages are attached to the R session.\nA SummarizedExperiment object is produced.\nA SummarizedExperiment object is given to the iSEE() function.\n\nlibrary(SummarizedExperiment)\nlibrary(iSEE)\nse <- SummarizedExperiment(...)\niSEE(se)\n\n\n\n\n\n\nWarning\n\n\n\nIn the code chunk above, SummarizedExperiment(...) is pseudo-code that represents the creation of a SummarizedExperiment object; do not run that code! In practice, you will produce those objects through your own scripts and workflows." }, { "objectID": "references.html",