Added grey.scale parameter to vsDEGMatrix() function.
Added text size parameters for all functions. These parameters are as follows:
xaxis.text.sizeyaxis.text.sizexaxis.title.sizeyaxis.title.sizemain.title.sizelegend.text.sizelegend.title.sizefacet.title.sizeEach of these parameters controls font size in terms of typographic points.
Added data.return parameters to all functions.
Added new aesthetic design parameter (aes) for the vsBoxPlot() function:
box: standard box plotviolin: violin plotboxdot: box plot with dot plot overlayviodot: violin plot with dot plot overlayviosumm: violin plot with summary stats overlaynotch: box plot with notchAdded new fill color parameter (fill.color) for the vsBoxplot() function:
Added labelling parameters for user to highlight/label IDs of interest. This was added to the following functions:
vsScatterPlot()vsMAPlot()vsVolcano()vsFourWay()This feature can be used by adding a vector of IDs found in their respective
data class using the highlight parameter.
Added data.return parameter to the vsScatterPlot() function.
Added a NEWS.md file to track changes to the package.
Added new logo to commemorate its acceptance into Bioconductor.
Deployment of 9 functions:
vsScatterPlot()vsScatterMatrix()vsBoxplot()vsDEGMatrix()vsVolcano()vsVolcanoMatrix()vsMAPlot()vsMAMatrix()vsFourWay()