Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Sep 28, 2023
1 parent c2b1f6b commit d160aac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ee0595b3
e488968f
2 changes: 1 addition & 1 deletion first.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h2 data-number="3.1" class="anchored" data-anchor-id="quick-start"><span class=
</div>
</div>
<div class="callout-body-container callout-body">
<p>In the code chunk above, <code>SummarizedExperiment(...)</code> is pseudo-code that <em>represents</em> the creation of <a href="https://bioconductor.org/packages/release/bioc/html/SummarizedExperiment.html"><em>SummarizedExperiment</em></a>; do not run that code! In practice, you will produce those objects through your own scripts and workflows.</p>
<p>In the code chunk above, <code>SummarizedExperiment(...)</code> is pseudo-code that <em>represents</em> the creation of a <a href="https://bioconductor.org/packages/release/bioc/html/SummarizedExperiment.html"><em>SummarizedExperiment</em></a> object; do not run that code! In practice, you will produce those objects through your own scripts and workflows.</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 &lt;- 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 &lt;- 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",
Expand Down

0 comments on commit d160aac

Please sign in to comment.