name: Visualizations - Introduction description: "An introduction on how to visualize datasets." title_default: "Visualizations Tour" tags: - "core" - "UI" - "visualization" requirements: - new_history steps: - content: "This short tour will walk you through Galaxy's Visualization feature." - component: upload.start intro: "First, we will upload some tabular data into our new history." postclick: true - component: upload.create_button intro: "We will be using the paste feature to create a new dataset." postclick: true - component: upload.paste_content(n=0) intro: "...and paste content into the text area field." textinsert: http://cdn.jsdelivr.net/gh/galaxyproject/galaxy-test-data/matrix_generator_for_pc_and_lda_output.tabular - component: upload.start_button intro: "Upload the data into your Galaxy history." postclick: true - component: upload.close_button intro: "Hit the close button to close the upload dialog." postclick: true - component: history_panel intro: "This is your history. It contains our matrix being uploaded." - element: "#current-history-panel div.content-item .display-btn" intro: "Displaying the dataset will show the dataset preview as well as additional options." postclick: true - component: dataset_view.visualize_tab intro: "Clicking the Visualize tab will list all compatible visualizations for your dataset." postclick: true - component: visualization.matched_plugin(id=plotly_surface) intro: "Select the surface visualization." postclick: true - element: 'iframe[id="galaxy_visualization"]' intro: "This visualization is interactive." - title: "Enjoy Galaxy" intro: "Thanks for taking this tour! Happy research with Galaxy!"