Difference between revisions of "Lesson 5"

From Visual Analytics for Business Intelligence
Jump to navigation Jump to search
(Created page with "<div style=background:#2B3856 border:#A3BFB1> 200px <font size = 5; color="#FFFFFF">IS428 Visual Analytics for Business Intelligence</font> </div> <!--MAIN H...")
 
Line 65: Line 65:
 
* [https://eagereyes.org/techniques/parallel-coordinates Parallel Coordinates]
 
* [https://eagereyes.org/techniques/parallel-coordinates Parallel Coordinates]
 
* [http://www.perceptualedge.com/articles/b-eye/parallel_coordinates.pdf Multivariate Analysis Using Parallel Coordinates]
 
* [http://www.perceptualedge.com/articles/b-eye/parallel_coordinates.pdf Multivariate Analysis Using Parallel Coordinates]
 
 
=R Methods=
 
 
==Ternary Plot==
 
 
* R packages for creating ternary plot
 
** [https://cran.r-project.org/web/packages/Ternary/index.html Ternary], which employs the native plot functions;
 
** [https://plot.ly/r/ternary-plots/ Plotly], which uses a bespoke suite of plotting functions;
 
** [https://cran.r-project.org/web/packages/vcd/index.html vcd], which contains the function ternaryplot;
 
** [http://www.ggtern.com/ ggtern], an extension to ggplot2.
 
 
 
==Heatmap==
 
 
* [https://warwick.ac.uk/fac/sci/moac/people/students/peter_cock/r/heatmap Using R to draw a Heatmap from Microarray Data]
 
* R packages for creating heatmap
 
** heatmap() [R base function, stats package]: Draws a simple heatmap.
 
** heatmap.2() [gplots R package]: Draws an enhanced heatmap compared to the R base function.
 
** pheatmap() [pheatmap R package]: Draws pretty heatmaps and provides more control to change the appearance of heatmaps.
 
** Heatmap() [[https://bioconductor.org/packages/release/bioc/html/ComplexHeatmap.html ComplexHeatmap] R/Bioconductor package]: Draws, annotates and arranges complex heatmaps (very useful for genomic data analysis)
 
** [https://cran.r-project.org/web/packages/superheat/ Superheatmap]
 
** d3heatmap() [d3heatmap R package]: Draws an interactive/clickable heatmap
 

Revision as of 14:22, 31 December 2019