-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
executable file
·36 lines (25 loc) · 1.49 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
CHANGES IN VERSION 1.0.1
--------------------------
o We changes semantics buffering down into buffered (mRNA up) and buffering up into buffered (mRNA down) - so the interpretation is more intuitive.
o Add customization options to anota2seqPlotFC and anotat2seqPlotPvalues functions
o Fixed a bug where an unitialized object "regModes" was being accessed causing an uninformative error message.
CHANGES IN VERSION 0.99.2
--------------------------
o renaming to adhere to Bioconductor naming style for classes, functions and data objects
o correct mistake in man page of anota2seq_data
o modify default values (no NULL default value for mandatory arguments)
o fix a bug with argument fileName in the plot functions
CHANGES IN VERSION 0.99.1
--------------------------
o the latex2 function of BiocStyle is now deprecated in the devel version of the package. Replace it by latex()
o remove inst/doc and build/ folders
o update man pages
o change default value of assayNum in anota2seqDataSetFromSE to 1
o formatting of anota2seq show method (and minor text edits in the description of the object)
o fixed issues related to sortBy parameter in anota2seqSelSigGenes
o minor text edits in messages given to user
o fixed bug regarding threshold lines in anota2seqPlotFC
o fixed bug in anota2seqSelSigGenes when useRVM = FALSE and only one gene is to be selected
CHANGES IN VERSION 0.99.0
--------------------------
o First submitted version