Skip to content

Commit

Permalink
Prep for release: bump version, rebuild docs, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-Kent committed Aug 18, 2021
1 parent 3d8c12b commit 529e16e
Show file tree
Hide file tree
Showing 75 changed files with 2,137 additions and 311 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: phenoptrReports
Title: Create reports using Phenoptics data
Version: 0.2.13.9000
Date: 2021-06-10
Version: 0.3.0
Date: 2021-08-18
Authors@R: c(
person("Kent S", "Johnson", role = c("aut", "cre"),
email = "kjohnson@akoyabio.com"),
Expand Down
11 changes: 6 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# phenoptrReports 0.2.13.9000

Staining consistency report:
- New addin creates a report showing mean expression of a selected marker
across multiple samples.
# phenoptrReports 0.3.0
**2021-08-18**

Mean of top 20 / bottom 10 addin:
- New addin helps to evaluate whether the staining quality is
likely to produce good unmixing. See
https://akoyabio.github.io/phenoptrReports/articles/top_20_bottom_10_report.html
for details.

Staining consistency report:
- New addin creates a report showing mean expression of a selected marker
across multiple samples.

Analysis addin:
- Fix problem computing mean expression for phenotypes with formulas
in their definition #47
Expand Down
7 changes: 6 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ navbar:
href: articles/spatial_map_viewer.html
- text: "Unmixing quality report"
href: articles/unmixing_quality_report.html
- text: "Mean of top 20 / bottom 10 cells report"
href: articles/top_20_bottom_10_report.html
- text: "Staining consistency report"
href: articles/staining_consistency_report.html
- text: "Reference"
href: reference/index.html
right:
Expand Down Expand Up @@ -83,8 +87,9 @@ reference:
- title: Data reporting - HTML
desc: These functions write analysis results to HTML reports.
contents:
- unmixing_quality_report
- component_levels_report
- staining_consistency_report
- unmixing_quality_report
- write_summary_report
- title: Data reporting - Excel and Word
desc: These functions write analysis results to Excel worksheets
Expand Down
16 changes: 11 additions & 5 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions docs/articles/analysis.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/articles/analysis_files/header-attrs-2.9/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
12 changes: 9 additions & 3 deletions docs/articles/component_levels_report.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 13 additions & 7 deletions docs/articles/consolidation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/articles/consolidation_files/header-attrs-2.9/header-attrs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
Loading

0 comments on commit 529e16e

Please sign in to comment.