Skip to content

Commit da0573d

Browse files
authored
Merge pull request #8 from uclahs-cds/danknight-news-md
Changelog Markdown format
2 parents 0ef4621 + d478311 commit da0573d

File tree

1 file changed

+48
-52
lines changed

1 file changed

+48
-52
lines changed

NEWS NEWS.md

+48-52
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,98 @@
1-
NanoStringNorm 3.0.0 2025-01-15
2-
----------------------------------------------------------------
1+
# NanoStringNorm 3.0.0 (2025-01-15)
32

4-
REMOVED
5-
* Removed Excel .xls support due to broken CRAN dependency
3+
## Removed
4+
* Removed Excel `.xls` support due to broken CRAN dependency
65

7-
ADDED
6+
## Added
87
* Added CSV support for nCounter Excel files. Excel files must be converted externally.
98

10-
NanoStringNorm 2.0.0 2023-03-21
11-
----------------------------------------------------------------
9+
## Changed
10+
* Update changelog to Markdown format
1211

13-
REMOVED
12+
13+
# NanoStringNorm 2.0.0 (2023-03-21)
14+
15+
## Removed
1416
* Removed vsn functionality due to broken CRAN dependency
1517

16-
NanoStringNorm 1.2.1 2017-12-11
17-
----------------------------------------------------------------
1818

19-
BUG
19+
# NanoStringNorm 1.2.1 (2017-12-11)
20+
21+
## Fixed
2022
* Fixed unclosed file connection bug
2123

22-
NanoStringNorm 1.2.0 2017-08-18
23-
----------------------------------------------------------------
2424

25+
# NanoStringNorm 1.2.0 (2017-08-18)
26+
27+
## Fixed
2528
* fixed read.markup.RCC() error on new NanoString nCounter FLEX instrument
2629

27-
NanoStringNorm 1.1.22 2017-06-30
28-
----------------------------------------------------------------
2930

31+
# NanoStringNorm 1.1.22 (2017-06-30)
32+
33+
## Added
3034
* NanoStringNorm
3135
- added parameters "CodeCount.summary.target" and "SampleContent.summary.target"
3236
- these parameters allow users to specify expected positive control and housekeeping probe summary values, which are used during the cross-sample normalization
3337
- this update allows for sample-independent normalization of various CodeCount and SampleContent methods
3438

35-
NanoStringNorm 1.1.17 2014-01-15
36-
----------------------------------------------------------------
3739

40+
# NanoStringNorm 1.1.17 (2014-01-15)
41+
42+
## Fixed
3843
* fixed error using only one control gene. the matrix in the apply statement was getting changed to vector.
3944

40-
NanoStringNorm v1.1.16 2013-09-01
41-
----------------------------------------------------------------
4245

46+
# NanoStringNorm v1.1.16 (2013-09-01)
47+
48+
## Changed
4349
* lme4
44-
-lme4 doesn't work on some platforms
45-
-NSN "suggests" lme4 but errored out if it was missing due to examples
46-
-solution was add if(require(pkg)) in examples
47-
-this was done for all suggests packages
48-
50+
* lme4 doesn't work on some platforms
51+
* NSN "suggests" lme4 but errored out if it was missing due to examples
52+
* solution was add if(require(pkg)) in examples
53+
* this was done for all suggests packages
4954
* Runit
50-
if(require(RUnit)) was added to NanoStringNorm.unitTests.R. Runit was recommended by BR to be a suggests and not a depends.
51-
- package needs to be able to run/test with and without suggest packages
52-
55+
* if(require(RUnit)) was added to NanoStringNorm.unitTests.R. Runit was recommended by BR to be a suggests and not a depends.
56+
* package needs to be able to run/test with and without suggest packages
57+
58+
## Fixed
5359
* Rd line length. R-devel fails on example/usage length of 90.
54-
5560
* ::: dropped in code due to check warning
5661

5762

58-
NanoStringNorm 1.1.15 2014-01-15
59-
----------------------------------------------------------------
63+
# NanoStringNorm 1.1.15 (2014-01-15)
6064

65+
## Fixed
6166
* R check compatablility
62-
- reduced size of high resolution bitmaps used in vignette (100kb saved!)
63-
- changed Nanostring to NanoString in text (seriously!)
64-
- made googleVis example conditional depending on installation. the package is under "suggests"
67+
* reduced size of high resolution bitmaps used in vignette (100kb saved!)
68+
* changed Nanostring to NanoString in text (seriously!)
69+
* made googleVis example conditional depending on installation. the package is under "suggests"
6570
* bug when negative control removes signal from all samples
6671

6772

68-
NanoStringNorm 1.1.14 2013-04-04
69-
----------------------------------------------------------------
70-
71-
BUG FIXES
73+
# NanoStringNorm 1.1.14 (2013-04-04)
7274

75+
## Fixed
7376
* sample.content.norm. added some error handling for cases where rna.content was estimated to be zero, resulting in normalization factors that were infinity and errors in norm.comp
7477

75-
NanoStringNorm 1.1.12 2012-12-01
76-
----------------------------------------------------------------
7778

78-
BUG FIXES
79+
# NanoStringNorm 1.1.12 (2012-12-01)
7980

81+
## Fixed
8082
* read.xls.RCC. more informative error messages and allowed id instead of sample.id in header
8183
* Plot.NanoStringNorm.gvis. set default browser if not set.
8284

83-
NanoStringNorm 1.1.11 2012-10-01
84-
----------------------------------------------------------------
85-
86-
MINOR FEATURES
85+
# NanoStringNorm 1.1.11 (2012-10-01)
8786

87+
## Added
8888
* added parameter "guess.cartridges" in NanoStringNorm function. Cartridge estimates can be estimated from sample order and used in batch effect estimates
8989
* in Plot.NanoStringNorm the control types have different symbols
9090
* added some text to better describe the figures. also replaced the png with pdf for better resolution
9191
* made it so you can add manual and auto labels at the same time
9292
* added options label.n to specify the number of outliers to plot and label.as.legend to allow the labels to be written as a legend to avoid messy overlaps
9393
* output FDR qvalues
9494

95-
BUG FIXES
96-
95+
## Fixed
9796
* Plot.NanoStringNorm had a missing curly brace and forgotten browser statement
9897
* Shifted labels on positive.control plot to avoid overlap if long
9998
* Added regex for positive control names in cv plot, probe.correction function and norm.comp. sometimes the positive controls are named differently causing them to be missed during calculations
@@ -102,11 +101,10 @@ BUG FIXES
102101
* Fixed norm.factor plot positions when only one plot
103102
* changed low.cv.geo.mean method to better find low cv genes
104103

105-
NanoStringNorm 1.1.10 2012-09-01
106-
----------------------------------------------------------------
107104

108-
MINOR FEATURES
105+
# NanoStringNorm 1.1.10 (2012-09-01)
109106

107+
## Added
110108
* Added colour argument `col` in Plot.NanoStringNorm to change default plotting colours
111109
* Added function read.markup.RCC to process single sample markup RCC files
112110
* Changed NanoStringNorm log argument to `take.log`
@@ -117,9 +115,7 @@ MINOR FEATURES
117115
* Added argument `icc.method` in norm.comp to choose between anova (fast) and mixed (more appropriate)
118116
* Changed default sample name in read.xls.rcc to file.name
119117

120-
121-
BUG FIXES
122-
118+
## Fixed
123119
* Added check in NanoStringNorm to check if input is a matrix, list, or data.frame
124120
* Added check for `Code.Class` colum in norm.comp. The col is referenced but the data is not exhaustively checked. The check was also added to the read.markup.RCC function
125121
* Added check for problem input in read.xls.RCC

0 commit comments

Comments
 (0)