Skip to content

Releases: TalhoukLab/nanostringr

nanostringr 0.4.2

24 Jun 18:09
Compare
Choose a tag to compare
  • 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, and normFlag only checked the percent of genes detected.

nanostringr 0.4.1

17 Aug 00:41
Compare
Choose a tag to compare
  • 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, moved magrittr to Suggests

nanostringr 0.4.0

22 Aug 07:13
Compare
Choose a tag to compare
  • 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 for refMethod()

nanostringr 0.3.0

24 May 22:55
Compare
Choose a tag to compare
  • 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

nanostringr 0.2.0

09 Feb 06:39
b87dd07
Compare
Choose a tag to compare
  • 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()

nanostringr 0.1.4

13 May 17:45
Compare
Choose a tag to compare
  • reduce package dependencies from Imports

  • remove old packages from Suggests

  • performance gains in refMethod()

  • raw parameter in NanoStringQC() now accepts tibbles

nanostringr 0.1.3

29 Apr 18:23
Compare
Choose a tag to compare
  • check for presence of "Positive" and "Negative" genes in NanoStringQC()

  • remove most code lints

  • unit tests for read_rcc() and internal functions check_colnames(), check_genes()

  • fix bug using NanoStringQC() for single sample data

nanostringr 0.1.2

04 Apr 16:58
Compare
Choose a tag to compare
  • 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() over sapply() for input checking functions

nanostringr 0.1.1

28 Mar 17:50
Compare
Choose a tag to compare
  • update citation to link to PLOS paper

nanostringr 0.1.0

15 Mar 17:19
Compare
Choose a tag to compare
  • Added a NEWS.md file to track changes to the package.