Skip to content
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export(lift_adat)
export(loadAdatsAsList)
export(locateSeqId)
export(matchSeqIds)
export(medianNormalize)
export(meltExpressionSet)
export(merge_clin)
export(mutate)
Expand All @@ -123,6 +124,7 @@ export(read_adat)
export(read_annotations)
export(regexSeqId)
export(rename)
export(reverseMedianNormalize)
export(right_join)
export(rm_rn)
export(rn2col)
Expand Down
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# SomaDataIO (6.5.0.9000)

### New Functions

* Added `medianNormalize()` function
- performs median normalization on `soma_adat` objects that have been
hybridization normalized and plate scaled
- includes validation to ensure required normalization steps have been applied
- supports multiple reference approaches:
- Internal reference built from study samples
- Reference extracted from existing `soma_adat` object
- External reference as a data.frame
- supports custom grouping by multiple clinical variables

### Function and Object Improvements

* Removed restrictive file validation from `read_annotations()`
Expand Down Expand Up @@ -35,7 +47,7 @@

* Updated `dplyr` verb tests to no longer explicitly test
for ordering of attributes (#165)

# SomaDataIO (6.4.0)

### New Functions
Expand Down
Loading
Loading