diff --git a/DESCRIPTION b/DESCRIPTION index 5a5c9df..f388831 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: phenoptrReports Title: Create reports using Phenoptics data -Version: 0.1.2.9000 -Date: 2018-10-31 +Version: 0.1.3 +Date: 2018-11-05 Authors@R: c( person("Kent S", "Johnson", role = c("aut", "cre"), email = "kjohnson@akoyabio.com"), diff --git a/NEWS.md b/NEWS.md index 8f8f969..860cb9e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ -# phenoptrReports 0.1.2.9000 +# phenoptrReports 0.1.3 +**2018-11-05** New features: - New RStudio Addin - "Merge cell seg files" merges inForm output from diff --git a/_pkgdown.yml b/_pkgdown.yml index 755b90b..e10fea9 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -40,14 +40,16 @@ reference: desc: These functions are added to the RStudio Addins menu. Selecting one opens a GUI. contents: - - '`analysis_app`' - '`merge_addin`' + - '`consolidate_addin`' + - '`analysis_app`' - '`unmixing_quality_addin`' - - title: Consolidation - desc: These functions implement the consolidation step. + - title: Merging and Consolidation + desc: These functions implement the merge and consolidation apps. contents: - - '`merge_and_split_cell_seg_data`' - - '`merge_and_summarize_cell_seg_data`' + - '`merge_cell_seg_files`' + - '`consolidate_and_split_cell_seg_data`' + - '`consolidate_and_summarize_cell_seg_data`' - title: Calculations desc: These functions perform the calculations for an analysis. contents: diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 39abec5..9bcd8ce 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -61,7 +61,7 @@
diff --git a/docs/articles/analysis.html b/docs/articles/analysis.html index a8e9b32..3c7de93 100644 --- a/docs/articles/analysis.html +++ b/docs/articles/analysis.html @@ -31,7 +31,7 @@ @@ -95,7 +95,7 @@vignettes/analysis.Rmd
analysis.Rmd
vignettes/consolidation.Rmd
consolidation.Rmd
vignettes/unmixing_quality_report.Rmd
unmixing_quality_report.Rmd
phenoptrReports
generates reports based on data created by Akoya Biosciences’ inForm® software.
The unmixing quality report analyzes unmixed, singleplex images to help evaluate staining and unmixing quality. This report shows crosstalk between components and highlights potential problem areas in assay development.
+Merging data from individual fields +The “Merge cell seg files” application merges inForm data files from individual fields to create “Merge” data files. This is similar to the inForm Merge tab but does not include the ability to review and reject individual fields.
The consolidation and analysis applications in phenoptrReports
analyze cell phenotype and expression data created by inForm. They use data from multiple inForm projects to aggregate phenoype counts, density, mean expression and H-Score for each slide and tissue category in an experiment.
The consolidation and analysis applications in phenoptrReports
use merged data files to analyze cell phenotype and expression data created by inForm. They use data from multiple inForm projects to aggregate phenoype counts, density, mean expression and H-Score for each slide and tissue category in an experiment.
For each analysis, the applications create
The unmixing quality report analyzes unmixed, singleplex images to help evaluate staining and unmixing quality. This report shows crosstalk between components and highlights potential problem areas in assay development.
phenoptrReports
is part of the Akoya Biosciences Phenoptics™ family of Quantitative Pathology Research Solutions. For more information visit the Phenoptics™ home page.
For more information about the unmixing quality report, see the Unmixing quality report tutorial.
+Merging data from individual fields +Use the “Merge cell seg files” addin to merge inForm data from individual fields into “Merge” data files. This is similar to the function of the inForm Merge tab and should be used only when the inForm Merge is not available.
To create the finalreports, the analysis app writes and runs an R script. The script computes the aggregated statistics, writes them to an Excel workbook, and creates visualizations of the results in a Word document.
For detailed instructions and requirements, see the Analyzing inForm data tutorial.
For more information about the unmixing quality report, see the Unmixing quality report tutorial.
+NEWS.md
+ 2018-11-05
+New features:
+merge_cell_seg_files
function performs the merge.Misc:
+compute_mean_expression_many
ignores duplicate parameter definitions instead of stopping with an obscure error.compute_density_from_cell_summary
doesn’t require a Phenotype
column in the cell seg summary data.split_phenotypes
doesn’t require a Confidence
column in the source data.split_phenotypes
recognizes whitespace as a phenotype separator.