-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from Nanostring-Biostats/dev
Update master to 1.1.2
- Loading branch information
Showing
27 changed files
with
427 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,19 @@ Package: GeomxTools | |
Title: NanoString GeoMx Tools | ||
Description: Tools for NanoString Technologies GeoMx Technology. Package provides functions for reading in DCC and | ||
PKC files based on an ExpressionSet derived object. Normalization and QC functions are also included. | ||
Version: 1.1.1 | ||
Version: 1.1.2 | ||
Encoding: UTF-8 | ||
Authors@R: c(person("Nicole", "Ortogero", email = "[email protected]", role = c("cre", "aut")), | ||
person("Zhi", "Yang", email = "[email protected]", role = c("aut"))) | ||
Depends: R (>= 3.6), NanoStringNCTools | ||
Imports: Biobase, S4Vectors, rjson, readxl, EnvStats, reshape2, methods, | ||
utils, stats, data.table, outliers, BiocGenerics | ||
Depends: R (>= 3.6), Biobase, NanoStringNCTools, S4Vectors | ||
Imports: BiocGenerics, rjson, readxl, EnvStats, reshape2, methods, | ||
utils, stats, data.table, outliers, lmerTest, dplyr | ||
Suggests: | ||
rmarkdown, | ||
knitr, | ||
testthat (>= 3.0.0) | ||
testthat (>= 3.0.0), | ||
parallel, | ||
ggiraph | ||
License: Artistic-2.0 | ||
Collate: DccMetadata.R | ||
NanoStringGeoMxSet-class.R | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# GeomxTools 1.1.2 | ||
|
||
## Revisions: | ||
* Allow users to use more than one DCC version | ||
* Speed improvements in `setBioProbeQC()` and `aggregateCounts()` | ||
|
||
## Bug fixes: | ||
* Fix error in `setBioProbeQC()` with single panel objects | ||
* Fix mixed model output to reference correct p-value | ||
* Fix thresholding in utility functions to keep format matrix format inputs | ||
|
||
# GeomxTools 1.1.1 | ||
|
||
## New features: | ||
* Differential expression with linear mixed model method `mixedModelDE()` | ||
|
||
## Revisions: | ||
* Handle multi-panel normalization | ||
|
||
## Bug fixes: | ||
* Fix skipping of vectors that don't meet Grubbs requirements | ||
* Fix build warning from knitr update | ||
|
||
# GeomxTools 0.99.4 - concomittant development branch version | ||
# Includes changes beyond 1.0.0 | ||
|
||
## New features: | ||
* New slot FeatureType to indicate if data is probe- or target-level | ||
* Segment QC `setSegmentQCFlags()` and probe QC `setBioProbeQC()` | ||
* Count aggregation method `aggregateCounts()` | ||
* Common GeoMx normalizations `normalize()` | ||
* Log and count thresholding methods added to utils | ||
|
||
## Revisions: | ||
* Updated `readDccFile()` to expand dcc file versions accepted | ||
* Allow user to without auto-aggregating counts to target-level | ||
* Probe annotations attached to featureData with readPKCFile | ||
|
||
# GeomxTools 1.1.0 | ||
|
||
* No changes from 1.0.0 | ||
|
||
# GeomxTools 1.0.0 | ||
|
||
* Initial release, includes load with automatic aggregation to target-level | ||
|
||
## User notes: | ||
* This version was included in Bioconductor release 3.13 | ||
|
||
# GeomxTools 0.99.0 | ||
|
||
* Package template creation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.