-
Added
grey.scale
parameter tovsDEGMatrix()
function. -
Added text size parameters for all functions. These parameters are as follows:
xaxis.text.size
yaxis.text.size
xaxis.title.size
yaxis.title.size
main.title.size
legend.text.size
legend.title.size
facet.title.size
Each 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 thevsBoxPlot()
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 notch
-
Added new fill color parameter (
fill.color
) for thevsBoxplot()
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 thevsScatterPlot()
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()