Slight edits to have better behaved de_volcano() and go_volcano() functions, with filters/looks depending on the adjusted p-values, and a better management of the color values to be used when plotting the different subsets
mosdef 1.4.0
gene_plot() defaults now to NULL in the intgroup parameter, which translates into using the first colData item
mosdef 1.2.0
New functionality added for general scope tasks, such as feature annotation and summaries on the expression tables
The gene_plot() function now is (again) able to handle the specification of more than one grouping variable
mosdef 1.0.0
mosdef is on Bioconductor!
mosdef 0.99.4
Added persistent location to the script that generates the data objects
mosdef 0.99.3
Working on the size and time constraints for the vignette/package to build and check on the BBS
mosdef 0.99.2
Better specification of data objects format and location in the installed folder
mosdef 0.99.1
This version contains the newly implemented changes as a response to the Bioconductor review. In brief, this includes:
renaming the functions (and parameters) to a more consistent style
reduction of the dependencies and runtime of checks/tests
more details on the exported data objects, and on the outputs (detailed in the vignette)
better structure for the vignette with cross-references among sections
modularization of some functions to avoid repetitive code
implementation of an API which is already framework-agnostic, to later accommodate e.g. edgeR/limma. Mainly, this implies the renaming of the dds to a more generic de_container, whereas the res_de parameter stays constant.