diff --git a/DESCRIPTION b/DESCRIPTION index 0561526..d54a90a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: phenoptrReports Title: Create reports using Phenoptics data -Version: 0.1.0 -Date: 2018-10-15 +Version: 0.1.1 +Date: 2018-10-22 Authors@R: c( person("Kent S", "Johnson", role = c("aut", "cre"), email = "kjohnson@akoyabio.com"), diff --git a/NEWS.md b/NEWS.md index 505bf6e..a564336 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ -# phenoptrReports 0.1.0.9000 +# phenoptrReports 0.1.1.0 +**2018-10-22** New features: - Add version number, date stamp and doco link to generated script file #2 diff --git a/README.md b/README.md index fef4dcc..4499596 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ phenotype names should not end in "+". #### Merged cell seg data The primary source data for `phenoptrReports` is -one or more merged cell seg data files created in the inForm merge step. +one or more merged cell seg data files created in the inForm Review/Merge tab. You may use multiple merge files from multiple inForm projects with different phenotypes. The Slide ID and Cell ID fields in multiple merge files must agree exactly. diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 464da86..c4e1ce8 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 2d7942f..63e9b88 100644 --- a/docs/articles/analysis.html +++ b/docs/articles/analysis.html @@ -31,7 +31,7 @@ @@ -92,7 +92,7 @@vignettes/analysis.Rmd
analysis.Rmd
vignettes/consolidation.Rmd
consolidation.Rmd
A phenoptrReports
analysis has two major steps - data consolidation and data aggregation.
phenoptrReports
creates reports based on inForm output files.
inForm projects used with phenoptrReports
must include a tissue segmentation step.
The names of positive phenotypes used with phenoptrReports
must end with “+”, for example “CD8+” or “FoxP3+”. Negative and “Other” phenotype names should not end in “+”.
The primary source data for phenoptrReports
is one or more merged cell seg data files created in the inForm Review/Merge tab. You may use multiple merge files from multiple inForm projects with different phenotypes. The Slide ID and Cell ID fields in multiple merge files must agree exactly.
NEWS.md
+ 2018-10-22
+New features:
+Bug fixes:
+R/utilities.R
+ field_column.Rd
Get the name of the column that distinguishes fields in a merged cell +seg data file.
+ +field_column(csd)+ +
csd | +Cell seg data |
+
---|
A column name (as a string)
+ + +