ADBio is a visual analytic tool that allows data exploration within familiar biological contexts. The tool suite is focused on fluid navigation and easy collaboration with three main tools: Heatmap view, Pathway view, and the Canvas. Each tool displays project data in a different way and lets domain experts explore data within a visual context that is familiar and productive. The Active Data Biology is designed to be a sharable thought space. All data and analyses are versioned and backed at Github.
This repository aims to provide a set of comprehensive tutorials with some concrete examples.
ADBio is a web service that means you can use it through web browsers, supporting HTML5 and CSS3. For each tool, please refer to this link for the detail. Also you can find more information from the following videos. The videos have been recorded in the old version of ADBio. Nevertheless, it still provides fairly good lessons to get each tool started. We'll update these soon.
All accounts on ADBio are mirrored from Github, meaning that you use your GitHub account to work on ADBio. To log-in using your GitHub account, click the LOG-IN button which redirects you to Github.com where you can enter your user name and password, or create an account. ADBio doesn't keep your private information at all.
In order to create a new ADBio project using your own data, you need to prepare these two files.
- RData file: it contains the data matrix and clustering information
- Tab-delimited text file: it contains the meta data for each experiment (or each sample) (See 'example_metadata.tsv')
You need to install R and RStudio first. If you have R, please clone or download this repository in your local computer. Then, please open 'generate_rdata_hc.R' and run it with 'example_dataset.csv'. Or please go to here and follow the guidelines.
please go to here and refer to the tutorial.
