Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.73 KB

README.md

File metadata and controls

13 lines (12 loc) · 1.73 KB

SeuratPlotly

Plot_ly-based functions that are enhanced counterparts to the plotting functions available in the Seurat package. The primary advantage SeuratPlotly has over the standard plotting functions of Seurat are the inclusion of 3D scatterplots of dimentional reductions. For example, DimPlotly3D allows viewing the first 3 UMAP dimensions of of the Villani dataset

villani_umap_dimplotly3d <script data-plotly="milescsmith:1" sharekey-plotly="zKLzhDBe2mTLL2bXpSF5cF" src="https://plot.ly/embed.js" async></script>

(click to interact with the plot) whereas FeaturePlotly3D and Feature2Plotly3D allow for viewing the expression of given features (in this case CD14 and CD16) in 3 dimensions:

villani_umap_feature2plotly3d <script data-plotly="milescsmith:3" sharekey-plotly="HV3YP8852vFIInj7eltyae" src="https://plot.ly/embed.js" async></script>