Releases: KatrionaGoldmann/volcano3D
Releases · KatrionaGoldmann/volcano3D
v2.0.9
v2.0.8
- Add back
fc_cutoff
option - Add
deseq_2x3()
function for 2x3 factor design comparisons using DESeq2 - Add
deseq_2x3_polar()
which takes results of 2x3 factor design DESeq2
comparisons generated bydeseq_2x3
and converts results to avolc3d
object
ready for plotting - Add
polar_coords_2x3()
for 2x3 factor analysis of any dataset to generate a
volc3d
object for plotting - Add
forest_plot
for plotting genes from 2x3 factor comparisons - Add example of piping
radial_plotly
to webGL for increased speed - Fix labels and pass through of arguments in
radial_plotly
v2.0.0
Major update including:
- Significantly simplified pipeline
- Streamlined polar_coords() function no longer requires a complex p-value table object
- Conduit functions to make it much easier to make 3d volcano plots and 3-way polar plots from gene expression analysis using 'DESeq2' and 'limma voom'
- Inbuilt statistical tests for group comparison (one-way ANOVA) and pairwise comparisons with easy calculation of p-values and optional adjustment for multiple testing
- polar_coords() is thus able to accept more general data
- Back compatibility has been maintained for old 'polar' class objects
- volcano_plot and volcano_trio functions have been deprecated and removed
- Bug fixes
Add camera scene
- Add argument for scene camera in volcano3D
CRAN v1.1.0
- allow colour coding to be based on pvalue or adjusted pvalue according to cutoff_criteria
- allow subsetting by significance groups with the significance_subset function
- fix legend dropping levels in volcano_trio
- update volcano3D xy limits to prevent titles disappearing
- allow flexible colour-coding in standard volcano plot
- add offset for 3D axis titles
- Allow changes to the hover text