Skip to content

Commit

Permalink
Add spell check and correct errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-Kent committed Mar 3, 2019
1 parent c3a7266 commit 459230e
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 6 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Authors@R: c(
person("Akoya Biosciences", role="cph"))
Copyright: Akoya Biosciences
Description: Creates diagnostic and summary reports from inForm data.
Language: en-US
Depends: R (>= 3.5.0)
License: Zlib | file LICENSE
Encoding: UTF-8
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ New features:
**2018-10-22**

New features:
- Add version number, date stamp and doco link to generated script file #2
- Add version number, date stamp and documentation link to generated script file #2
- Add H-Score chart to the generated charts
- Add Akoya logo to footer in chart report

Expand Down
2 changes: 1 addition & 1 deletion R/merge_cell_seg_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' creating "Merge" data files. This is similar to the inForm Merge tab but
#' does not include the ability to review and reject individual fields.
#' @param base_path Path to a directory containing files to merge. All
#' elegible files in this directory will be merged.
#' eligible files in this directory will be merged.
#' @param update_progress Callback function which is called with progress.
#' @param recursive If TRUE, will find files in subdirectories of `base_path`.
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ check_phenotypes = function(params, phenotypes) {

#' Check that a user-specified phenotype definition
#' can be formed from available phenotypes.
#' @param pheno Text destription of a phenotype,
#' @param pheno Text description of a phenotype,
#' for `phenoptr::parse_phenotypes`.
#' @param available A character vector of available phenotypes
#' @return An error message or empty string
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ density calculations; selecting a score data file enables H-Score calculation.
To define the analysis, you select tissue categories, phenotypes, and markers of
interest.

To create the finalreports, the analysis app writes and runs an R script.
To create the final reports, 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.

Expand Down
40 changes: 40 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
addin
Addin
Addins
Akoya
BiocInstaller
Biosciences
caleydo
counterstain
crosstalk
DAPI
decile
dplyr
fluor
fluorophore
fluors
FoxP
http
inForm
mis
nnn
Opalnnn
openxlsx
Phenoptics
phenoptr
phenotypes
Phenotypes
phenoype
positivity
quartile
readxl
RStudio
seg
singleplex
Singleplex
sn
tif
unmixing
Unmixing
UpSet
UpSetR
2 changes: 1 addition & 1 deletion man/merge_cell_seg_files.Rd

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

2 changes: 1 addition & 1 deletion man/validate_phenotype_definitions.Rd

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

0 comments on commit 459230e

Please sign in to comment.