diff --git a/DESCRIPTION b/DESCRIPTION index 92b0479..9de594a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: phenoptrReports Title: Create reports using Phenoptics data -Version: 0.2.6.9000 -Date: 2020-02-25 +Version: 0.2.7 +Date: 2020-04-23 Authors@R: c( person("Kent S", "Johnson", role = c("aut", "cre"), email = "kjohnson@akoyabio.com"), diff --git a/NEWS.md b/NEWS.md index 614841a..3096578 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ -# phenoptrReports 0.2.6.9000 +# phenoptrReports 0.2.7 +**2020-04-23** Analysis addin: - The Count Within worksheet includes summary counts across all tissue diff --git a/docs/404.html b/docs/404.html index adafd49..049161b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -53,7 +57,7 @@ - +
@@ -139,6 +143,12 @@

Page not found (404)

+ + @@ -149,7 +159,7 @@

Page not found (404)

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 6f92a53..ef4a1f0 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -53,7 +57,7 @@ - +
@@ -158,6 +162,12 @@

License

+ + @@ -168,7 +178,7 @@

License

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

diff --git a/docs/articles/analysis.html b/docs/articles/analysis.html index 046b793..d0f300b 100644 --- a/docs/articles/analysis.html +++ b/docs/articles/analysis.html @@ -6,19 +6,19 @@ Analyzing inForm data • phenoptrReports - - - - + + + + + - - + - +
- @@ -265,7 +235,7 @@

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

diff --git a/docs/articles/consolidation.html b/docs/articles/consolidation.html index 629eeb7..3ea31a8 100644 --- a/docs/articles/consolidation.html +++ b/docs/articles/consolidation.html @@ -6,19 +6,19 @@ Consolidating inForm data • phenoptrReports - - - - + + + + + - - + - +
- @@ -232,7 +210,7 @@

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

diff --git a/docs/articles/index.html b/docs/articles/index.html index f6185cd..85a0763 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -53,7 +57,7 @@ - +
@@ -139,12 +143,16 @@

Articles

Tutorials

- +
+
Consolidating inForm data
+
+
Analyzing inForm data
+
+
Viewing nearest neighbors
+
+
Unmixing quality report
+
+
@@ -156,7 +164,7 @@

Tutorials

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

diff --git a/docs/articles/spatial_map_viewer.html b/docs/articles/spatial_map_viewer.html index 77f220f..c9e0498 100644 --- a/docs/articles/spatial_map_viewer.html +++ b/docs/articles/spatial_map_viewer.html @@ -6,19 +6,19 @@ Viewing nearest neighbors • phenoptrReports - - - - + + + + + - - + - +
- @@ -225,7 +205,7 @@

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

diff --git a/docs/articles/unmixing_quality_report.html b/docs/articles/unmixing_quality_report.html index c906d7a..e3c7691 100644 --- a/docs/articles/unmixing_quality_report.html +++ b/docs/articles/unmixing_quality_report.html @@ -6,19 +6,19 @@ Unmixing quality report • phenoptrReports - - - - + + + + + - - + - +
- @@ -174,7 +161,7 @@

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

diff --git a/docs/authors.html b/docs/authors.html index a4892dd..174dc0b 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -53,7 +57,7 @@ - +
@@ -162,7 +166,7 @@

Authors

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

diff --git a/docs/bootstrap-toc.css b/docs/bootstrap-toc.css new file mode 100644 index 0000000..5a85941 --- /dev/null +++ b/docs/bootstrap-toc.css @@ -0,0 +1,60 @@ +/*! + * Bootstrap Table of Contents v0.4.1 (http://afeld.github.io/bootstrap-toc/) + * Copyright 2015 Aidan Feldman + * Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */ + +/* modified from https://github.com/twbs/bootstrap/blob/94b4076dd2efba9af71f0b18d4ee4b163aa9e0dd/docs/assets/css/src/docs.css#L548-L601 */ + +/* All levels of nav */ +nav[data-toggle='toc'] .nav > li > a { + display: block; + padding: 4px 20px; + font-size: 13px; + font-weight: 500; + color: #767676; +} +nav[data-toggle='toc'] .nav > li > a:hover, +nav[data-toggle='toc'] .nav > li > a:focus { + padding-left: 19px; + color: #563d7c; + text-decoration: none; + background-color: transparent; + border-left: 1px solid #563d7c; +} +nav[data-toggle='toc'] .nav > .active > a, +nav[data-toggle='toc'] .nav > .active:hover > a, +nav[data-toggle='toc'] .nav > .active:focus > a { + padding-left: 18px; + font-weight: bold; + color: #563d7c; + background-color: transparent; + border-left: 2px solid #563d7c; +} + +/* Nav: second level (shown on .active) */ +nav[data-toggle='toc'] .nav .nav { + display: none; /* Hide by default, but at >768px, show it */ + padding-bottom: 10px; +} +nav[data-toggle='toc'] .nav .nav > li > a { + padding-top: 1px; + padding-bottom: 1px; + padding-left: 30px; + font-size: 12px; + font-weight: normal; +} +nav[data-toggle='toc'] .nav .nav > li > a:hover, +nav[data-toggle='toc'] .nav .nav > li > a:focus { + padding-left: 29px; +} +nav[data-toggle='toc'] .nav .nav > .active > a, +nav[data-toggle='toc'] .nav .nav > .active:hover > a, +nav[data-toggle='toc'] .nav .nav > .active:focus > a { + padding-left: 28px; + font-weight: 500; +} + +/* from https://github.com/twbs/bootstrap/blob/e38f066d8c203c3e032da0ff23cd2d6098ee2dd6/docs/assets/css/src/docs.css#L631-L634 */ +nav[data-toggle='toc'] .nav > .active > ul { + display: block; +} diff --git a/docs/bootstrap-toc.js b/docs/bootstrap-toc.js new file mode 100644 index 0000000..1cdd573 --- /dev/null +++ b/docs/bootstrap-toc.js @@ -0,0 +1,159 @@ +/*! + * Bootstrap Table of Contents v0.4.1 (http://afeld.github.io/bootstrap-toc/) + * Copyright 2015 Aidan Feldman + * Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */ +(function() { + 'use strict'; + + window.Toc = { + helpers: { + // return all matching elements in the set, or their descendants + findOrFilter: function($el, selector) { + // http://danielnouri.org/notes/2011/03/14/a-jquery-find-that-also-finds-the-root-element/ + // http://stackoverflow.com/a/12731439/358804 + var $descendants = $el.find(selector); + return $el.filter(selector).add($descendants).filter(':not([data-toc-skip])'); + }, + + generateUniqueIdBase: function(el) { + var text = $(el).text(); + var anchor = text.trim().toLowerCase().replace(/[^A-Za-z0-9]+/g, '-'); + return anchor || el.tagName.toLowerCase(); + }, + + generateUniqueId: function(el) { + var anchorBase = this.generateUniqueIdBase(el); + for (var i = 0; ; i++) { + var anchor = anchorBase; + if (i > 0) { + // add suffix + anchor += '-' + i; + } + // check if ID already exists + if (!document.getElementById(anchor)) { + return anchor; + } + } + }, + + generateAnchor: function(el) { + if (el.id) { + return el.id; + } else { + var anchor = this.generateUniqueId(el); + el.id = anchor; + return anchor; + } + }, + + createNavList: function() { + return $(''); + }, + + createChildNavList: function($parent) { + var $childList = this.createNavList(); + $parent.append($childList); + return $childList; + }, + + generateNavEl: function(anchor, text) { + var $a = $(''); + $a.attr('href', '#' + anchor); + $a.text(text); + var $li = $('
  • '); + $li.append($a); + return $li; + }, + + generateNavItem: function(headingEl) { + var anchor = this.generateAnchor(headingEl); + var $heading = $(headingEl); + var text = $heading.data('toc-text') || $heading.text(); + return this.generateNavEl(anchor, text); + }, + + // Find the first heading level (`

    `, then `

    `, etc.) that has more than one element. Defaults to 1 (for `

    `). + getTopLevel: function($scope) { + for (var i = 1; i <= 6; i++) { + var $headings = this.findOrFilter($scope, 'h' + i); + if ($headings.length > 1) { + return i; + } + } + + return 1; + }, + + // returns the elements for the top level, and the next below it + getHeadings: function($scope, topLevel) { + var topSelector = 'h' + topLevel; + + var secondaryLevel = topLevel + 1; + var secondarySelector = 'h' + secondaryLevel; + + return this.findOrFilter($scope, topSelector + ',' + secondarySelector); + }, + + getNavLevel: function(el) { + return parseInt(el.tagName.charAt(1), 10); + }, + + populateNav: function($topContext, topLevel, $headings) { + var $context = $topContext; + var $prevNav; + + var helpers = this; + $headings.each(function(i, el) { + var $newNav = helpers.generateNavItem(el); + var navLevel = helpers.getNavLevel(el); + + // determine the proper $context + if (navLevel === topLevel) { + // use top level + $context = $topContext; + } else if ($prevNav && $context === $topContext) { + // create a new level of the tree and switch to it + $context = helpers.createChildNavList($prevNav); + } // else use the current $context + + $context.append($newNav); + + $prevNav = $newNav; + }); + }, + + parseOps: function(arg) { + var opts; + if (arg.jquery) { + opts = { + $nav: arg + }; + } else { + opts = arg; + } + opts.$scope = opts.$scope || $(document.body); + return opts; + } + }, + + // accepts a jQuery object, or an options object + init: function(opts) { + opts = this.helpers.parseOps(opts); + + // ensure that the data attribute is in place for styling + opts.$nav.attr('data-toggle', 'toc'); + + var $topContext = this.helpers.createChildNavList(opts.$nav); + var topLevel = this.helpers.getTopLevel(opts.$scope); + var $headings = this.helpers.getHeadings(opts.$scope, topLevel); + this.helpers.populateNav($topContext, topLevel, $headings); + } + }; + + $(function() { + $('nav[data-toggle="toc"]').each(function(i, el) { + var $nav = $(el); + Toc.init($nav); + }); + }); +})(); diff --git a/docs/index.html b/docs/index.html index 1df9812..edb14e7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,19 +6,19 @@ Create reports using Phenoptics data • phenoptrReports - - - - + + + + + - - +
    @@ -176,11 +176,11 @@

    -
    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/addin_35_spatial_map_viewer.html b/docs/reference/addin_35_spatial_map_viewer.html index 9946784..e3b5e5b 100644 --- a/docs/reference/addin_35_spatial_map_viewer.html +++ b/docs/reference/addin_35_spatial_map_viewer.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -40,7 +44,6 @@ Consolidated_data.txt file and an inForm image directory. Once selected, you can view fields from the image directory with a superimposed map of nearest neighbor relationships." /> - @@ -58,7 +61,7 @@ - +
    @@ -154,11 +157,10 @@

    Spatial map viewer addin

    - @@ -169,7 +171,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/addin_40_unmixing_quality.html b/docs/reference/addin_40_unmixing_quality.html index 62791c9..7914fec 100644 --- a/docs/reference/addin_40_unmixing_quality.html +++ b/docs/reference/addin_40_unmixing_quality.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -40,7 +44,6 @@ an export folder containing component data files for singleplex samples. An unmixing quality report is created for the samples and saved in the source directory." /> - @@ -58,7 +61,7 @@ - +
    @@ -160,12 +163,10 @@

    Details It also recognizes three leading digits as the number of an Opal fluor.

    - @@ -176,7 +177,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/addin_50_component_levels.html b/docs/reference/addin_50_component_levels.html index 943539b..a26d25e 100644 --- a/docs/reference/addin_50_component_levels.html +++ b/docs/reference/addin_50_component_levels.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -40,7 +44,6 @@ an export folder containing component data files for multiplex samples. A component levels report is created for the samples and saved in the export directory." /> - @@ -58,7 +61,7 @@ - +
    @@ -154,11 +157,10 @@

    Generate a component levels report for a selected export folder.

    - @@ -169,7 +171,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/choose_directory.html b/docs/reference/choose_directory.html index ac0eac7..39d5953 100644 --- a/docs/reference/choose_directory.html +++ b/docs/reference/choose_directory.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -163,13 +166,10 @@

    Value

    The path to the selected directory, or NA if the user canceled.

    - @@ -180,7 +180,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/choose_files.html b/docs/reference/choose_files.html index 5611cac..c3bf137 100644 --- a/docs/reference/choose_files.html +++ b/docs/reference/choose_files.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -177,13 +180,10 @@

    Value

    The path to the selected file(s), or NA if the user canceled.

    - @@ -194,7 +194,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/component_levels_report.html b/docs/reference/component_levels_report.html index 157d40a..2c0f8ea 100644 --- a/docs/reference/component_levels_report.html +++ b/docs/reference/component_levels_report.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -40,7 +44,6 @@ an export folder containing component data files for multiplex samples. A component levels report is created for the samples and saved in the source directory." /> - @@ -58,7 +61,7 @@ - +
    @@ -181,13 +184,10 @@

    Details to the lowest.

    - @@ -198,7 +198,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/compute_density_from_cell_summary.html b/docs/reference/compute_density_from_cell_summary.html index 1b4164b..4e56e2a 100644 --- a/docs/reference/compute_density_from_cell_summary.html +++ b/docs/reference/compute_density_from_cell_summary.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -198,14 +201,10 @@

    See a counts_to_percents()

    - @@ -216,7 +215,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/compute_density_from_table.html b/docs/reference/compute_density_from_table.html index 0874f11..6ae48fd 100644 --- a/docs/reference/compute_density_from_table.html +++ b/docs/reference/compute_density_from_table.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -189,14 +192,10 @@

    See a counts_to_percents()

    - @@ -207,7 +206,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/compute_h_score.html b/docs/reference/compute_h_score.html index a65ceb1..e734223 100644 --- a/docs/reference/compute_h_score.html +++ b/docs/reference/compute_h_score.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -190,14 +193,10 @@

    See a counts_to_percents()

    - @@ -208,7 +207,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/compute_h_score_from_score_data.html b/docs/reference/compute_h_score_from_score_data.html index 6d9d701..1306df1 100644 --- a/docs/reference/compute_h_score_from_score_data.html +++ b/docs/reference/compute_h_score_from_score_data.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -147,7 +150,8 @@

    Compute H-Score based on parameters in a score data file

    csd, score_path, tissue_categories = NULL, - .by = "Slide ID" + .by = "Slide ID", + phenotype = NULL )

    Arguments

    @@ -170,6 +174,10 @@

    Arg .by

    Column to aggregate by

    + + phenotype +

    Optional phenotype to subset csd.

    +

    Value

    @@ -190,14 +198,10 @@

    See a counts_to_percents()

    - @@ -208,7 +212,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/compute_mean_expression.html b/docs/reference/compute_mean_expression.html index ac90c16..f95c0fe 100644 --- a/docs/reference/compute_mean_expression.html +++ b/docs/reference/compute_mean_expression.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -39,7 +43,6 @@ - @@ -57,7 +60,7 @@ - +
    @@ -198,14 +201,10 @@

    See a counts_to_percents()

    - @@ -216,7 +215,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/compute_mean_expression_many.html b/docs/reference/compute_mean_expression_many.html index 42cccf9..66bdf6c 100644 --- a/docs/reference/compute_mean_expression_many.html +++ b/docs/reference/compute_mean_expression_many.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -229,15 +232,10 @@

    See a counts_to_percents()

    - @@ -248,7 +246,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/compute_positivity.html b/docs/reference/compute_positivity.html index 3021c72..39802ab 100644 --- a/docs/reference/compute_positivity.html +++ b/docs/reference/compute_positivity.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -185,14 +188,10 @@

    See a counts_to_percents()

    - @@ -203,7 +202,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/compute_positivity_many.html b/docs/reference/compute_positivity_many.html index d762536..542c30a 100644 --- a/docs/reference/compute_positivity_many.html +++ b/docs/reference/compute_positivity_many.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -194,14 +197,10 @@

    See a counts_to_percents()

    - @@ -212,7 +211,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/consolidate_and_summarize_cell_seg_data.html b/docs/reference/consolidate_and_summarize_cell_seg_data.html index c2156f1..a6d6b53 100644 --- a/docs/reference/consolidate_and_summarize_cell_seg_data.html +++ b/docs/reference/consolidate_and_summarize_cell_seg_data.html @@ -11,23 +11,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -41,7 +45,6 @@ - @@ -59,7 +62,7 @@ - +
    @@ -188,14 +191,10 @@

    Details columns. split_phenotypes is called to split the Phenotype columns.

    - @@ -206,7 +205,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/count_phenotypes.html b/docs/reference/count_phenotypes.html index 91a2f22..d380031 100644 --- a/docs/reference/count_phenotypes.html +++ b/docs/reference/count_phenotypes.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -39,7 +43,6 @@ - @@ -57,7 +60,7 @@ - +
    @@ -193,14 +196,10 @@

    See a counts_to_percents()

    - @@ -211,7 +210,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/count_within_summary.html b/docs/reference/count_within_summary.html index a275a24..f1abb9d 100644 --- a/docs/reference/count_within_summary.html +++ b/docs/reference/count_within_summary.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -40,7 +44,6 @@ for each Slide ID in csd and each pair of phenotypes in phenotypes. See phenoptr::count_within() for details of the counts and the summary calculation." /> - @@ -58,7 +61,7 @@ - +
    @@ -205,14 +208,10 @@

    Details package is available.

    - @@ -223,7 +222,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/counts_to_percents.html b/docs/reference/counts_to_percents.html index 32cbd75..81a7540 100644 --- a/docs/reference/counts_to_percents.html +++ b/docs/reference/counts_to_percents.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -39,7 +43,6 @@ - @@ -57,7 +60,7 @@ - +
    @@ -177,14 +180,10 @@

    See a count_phenotypes()

    - @@ -195,7 +194,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/index.html b/docs/reference/index.html index 03462ca..87436e7 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -53,7 +57,7 @@ - +
    @@ -150,6 +154,11 @@

    These functions are added to the RStudio Addins menu. Selecting one opens a GUI.

    + + + + + @@ -194,6 +203,11 @@

    These functions implement the merge and consolidation apps.

    + + + + + @@ -215,6 +229,11 @@

    These functions perform the calculations for an analysis.

    + + + + + @@ -295,6 +314,11 @@

    These functions write analysis results to HTML reports.

    + + + + + @@ -321,6 +345,11 @@

    These functions write analysis results to Excel worksheets and Word documents.

    + + + + + @@ -395,6 +424,11 @@

    + + + + + @@ -457,16 +491,10 @@

    -

    Contents

    -
    +

    @@ -477,7 +505,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/merge_cell_seg_files.html b/docs/reference/merge_cell_seg_files.html index aab1be5..8725bea 100644 --- a/docs/reference/merge_cell_seg_files.html +++ b/docs/reference/merge_cell_seg_files.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -39,7 +43,6 @@ - @@ -57,7 +60,7 @@ - +
    @@ -169,12 +172,10 @@

    Arg

    - @@ -185,7 +186,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/nearest_neighbor_map.html b/docs/reference/nearest_neighbor_map.html index d46e924..56a6087 100644 --- a/docs/reference/nearest_neighbor_map.html +++ b/docs/reference/nearest_neighbor_map.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -197,7 +200,7 @@

    Arg

    Value

    -

    Returns a list containing two items:

    +

    Returns a list containing two items:

    plot

    The plot, a ggplot object.

    data

    A tibble containing the data used to create the line @@ -207,13 +210,10 @@

    Value

    - @@ -224,7 +224,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/nearest_neighbor_summary.html b/docs/reference/nearest_neighbor_summary.html index 1cb8b99..ba04240 100644 --- a/docs/reference/nearest_neighbor_summary.html +++ b/docs/reference/nearest_neighbor_summary.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -182,13 +185,10 @@

    Value

    in each Slide ID.

    - @@ -199,7 +199,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/order_by_slide_and_tissue_category.html b/docs/reference/order_by_slide_and_tissue_category.html index 78cb728..cd9a1bf 100644 --- a/docs/reference/order_by_slide_and_tissue_category.html +++ b/docs/reference/order_by_slide_and_tissue_category.html @@ -12,23 +12,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -43,7 +47,6 @@ - @@ -61,7 +64,7 @@ - +
    @@ -177,13 +180,10 @@

    Value

    The input, sorted

    - @@ -194,7 +194,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/spatial_map_viewer.html b/docs/reference/spatial_map_viewer.html index 894bcd7..0dcdc67 100644 --- a/docs/reference/spatial_map_viewer.html +++ b/docs/reference/spatial_map_viewer.html @@ -11,23 +11,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -40,7 +44,6 @@ file and export directory. — spatial_map_viewer" /> - @@ -58,7 +61,7 @@ - +
    @@ -171,13 +174,10 @@

    Value

    None; starts the viewer app

    - @@ -188,7 +188,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/split_phenotypes.html b/docs/reference/split_phenotypes.html index a821a82..1404fd4 100644 --- a/docs/reference/split_phenotypes.html +++ b/docs/reference/split_phenotypes.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -166,14 +169,10 @@

    Details The names of positive phenotypes must end in "+".

    - @@ -184,7 +183,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/unmixing_quality_report.html b/docs/reference/unmixing_quality_report.html index 319bb06..8b61b20 100644 --- a/docs/reference/unmixing_quality_report.html +++ b/docs/reference/unmixing_quality_report.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -40,7 +44,6 @@ an export folder containing component data files for singleplex samples. An unmixing quality report is created for the samples and saved in the source directory." /> - @@ -58,7 +61,7 @@ - +
    @@ -168,13 +171,10 @@

    Details It also recognizes three leading digits as the number of an Opal fluor.

    - @@ -185,7 +185,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/upset_plot.html b/docs/reference/upset_plot.html index 0a469ab..0f96cab 100644 --- a/docs/reference/upset_plot.html +++ b/docs/reference/upset_plot.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -164,13 +167,10 @@

    Value

    An upset plot created with UpSetR::upset.

    - @@ -181,7 +181,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_count_within_sheet.html b/docs/reference/write_count_within_sheet.html index 0688764..083f3ce 100644 --- a/docs/reference/write_count_within_sheet.html +++ b/docs/reference/write_count_within_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -186,13 +189,10 @@

    See a write_summary_sheet()

    - @@ -203,7 +203,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_counts_sheet.html b/docs/reference/write_counts_sheet.html index 2fed33b..53b6ece 100644 --- a/docs/reference/write_counts_sheet.html +++ b/docs/reference/write_counts_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -185,13 +188,10 @@

    See a write_summary_sheet()

    - @@ -202,7 +202,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_density_sheet.html b/docs/reference/write_density_sheet.html index e947f7b..bfc2776 100644 --- a/docs/reference/write_density_sheet.html +++ b/docs/reference/write_density_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -186,13 +189,10 @@

    See a write_summary_sheet()

    - @@ -203,7 +203,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_expression_sheet.html b/docs/reference/write_expression_sheet.html index a2ac537..75e2713 100644 --- a/docs/reference/write_expression_sheet.html +++ b/docs/reference/write_expression_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -186,13 +189,10 @@

    See a write_summary_sheet()

    - @@ -203,7 +203,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_h_score_sheet.html b/docs/reference/write_h_score_sheet.html index c1c8404..fa31226 100644 --- a/docs/reference/write_h_score_sheet.html +++ b/docs/reference/write_h_score_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -192,13 +195,10 @@

    See a write_summary_sheet()

    - @@ -209,7 +209,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_nearest_neighbor_summary_sheet.html b/docs/reference/write_nearest_neighbor_summary_sheet.html index e626117..621cb2f 100644 --- a/docs/reference/write_nearest_neighbor_summary_sheet.html +++ b/docs/reference/write_nearest_neighbor_summary_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -186,13 +189,10 @@

    See a write_summary_sheet()

    - @@ -203,7 +203,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_percents_sheet.html b/docs/reference/write_percents_sheet.html index 38508e8..8039e4d 100644 --- a/docs/reference/write_percents_sheet.html +++ b/docs/reference/write_percents_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -185,13 +188,10 @@

    See a write_summary_sheet()

    - @@ -202,7 +202,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_plot_sheet.html b/docs/reference/write_plot_sheet.html index 993cf65..2ea7bc5 100644 --- a/docs/reference/write_plot_sheet.html +++ b/docs/reference/write_plot_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
    @@ -184,13 +187,10 @@

    See a write_summary_sheet()

    - @@ -201,7 +201,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_session_info.html b/docs/reference/write_session_info.html index 0b3a909..9943433 100644 --- a/docs/reference/write_session_info.html +++ b/docs/reference/write_session_info.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -161,13 +164,10 @@

    Value

    None

    - @@ -178,7 +178,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_sheet.html b/docs/reference/write_sheet.html index 730c053..5655d1c 100644 --- a/docs/reference/write_sheet.html +++ b/docs/reference/write_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -45,7 +49,6 @@ Page breaks as needed " /> - @@ -63,7 +66,7 @@ - +
    @@ -206,12 +209,10 @@

    Arg

    - @@ -222,7 +223,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_summary_charts.html b/docs/reference/write_summary_charts.html index e46eb22..c647188 100644 --- a/docs/reference/write_summary_charts.html +++ b/docs/reference/write_summary_charts.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -39,7 +43,6 @@ - @@ -57,7 +60,7 @@ - +
    @@ -185,12 +188,10 @@

    Arg

    - @@ -201,7 +202,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_summary_report.html b/docs/reference/write_summary_report.html index fdb375f..fb307a2 100644 --- a/docs/reference/write_summary_report.html +++ b/docs/reference/write_summary_report.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -175,12 +178,10 @@

    Arg

    - @@ -191,7 +192,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.

    diff --git a/docs/reference/write_summary_sheet.html b/docs/reference/write_summary_sheet.html index 316cea6..e71eb3a 100644 --- a/docs/reference/write_summary_sheet.html +++ b/docs/reference/write_summary_sheet.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ - +
    @@ -177,13 +180,10 @@

    See a write_plot_sheet()

    - @@ -194,7 +194,7 @@

    Contents

    -

    Site built with pkgdown 1.4.1.

    +

    Site built with pkgdown 1.5.1.