- Fix
normalize_pools()
andnormalize_random()
functions so they actually work - Remove
magrittr
from Suggests - Remove deprecated usage of
.data
- Fix bug in
NanoStringQC()
where the signal to noise ratio input threshold was not being compared against the observed SNR because the parameter name was the same as the column name. Hence the comparison was against itself, andnormFlag
only checked the percent of genes detected.
- Fix warning regarding old-style CITATION
- Add ORCID to package authors
- Use GitHub Actions for pkgdown site
- use stricter R CMD check standard workflow
- decrease package dependencies: removed
epiR
,forcats
,tibble
from Imports, movedmagrittr
to Suggests
- new
normalize_pools()
function to use common pool samples to correct for batch effects when normalizing - new
normalize_random()
function to use randomly selected samples as the reference forrefMethod()
-
fix calculation of genes detected so that the limit of detection is compared in parallel to each sample's counts instead of being recycled, #20
-
use GitHub Actions for CI, replacing Travis and Appveyor
-
add gene label "PC_1" for checking smallest positive control
-
more robust extraction of numeric concentrations from PC gene labels
-
use RCC file names in parsed data of
read_rcc()
. Also rename gene name CD3E to CD3e for compatibility purposes -
update roxygen
-
remove Rplots.pdf generated from tests, removed deprecated
context()
-
reduce package dependencies from Imports
-
remove old packages from Suggests
-
performance gains in
refMethod()
-
raw
parameter inNanoStringQC()
now accepts tibbles
-
check for presence of "Positive" and "Negative" genes in
NanoStringQC()
-
remove most code lints
-
unit tests for
read_rcc()
and internal functionscheck_colnames()
,check_genes()
-
fix bug using
NanoStringQC()
for single sample data
-
sort sample names in HLD and OVD cohorts by numeric order, not lexicographic order
-
tidy up code in
HKnorm()
-
use tidy evaluation in
NanostringQC()
-
use
vapply()
oversapply()
for input checking functions
- update citation to link to PLOS paper
- New submission to CRAN accepted on March 15, 2019