Skip to content

Commit

Permalink
Update README and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
drpowell committed Apr 24, 2017
1 parent ccae93a commit 1b3116b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ View a [short video](https://www.youtube.com/watch?v=ucucQ_LtZ1g) of the interfa

Read a summary on the <a href='http://drpowell.github.io/degust/'>Degust home page</a>.

## Example Screenshot
## Example Screenshots

![Degust screenshot](screenshot-2.png)
<a href="docs/images/screenshot-libsize.png"><img src="docs/images/screenshot-libsize.png" style="width: 200px;"/></a>
<a href="docs/images/screenshot-mds.png"><img src="docs/images/screenshot-mds.png" style="width: 400px;"/></a>
<br/>
<a href="docs/images/screenshot-boxplot.png"><img src="docs/images/screenshot-boxplot.png" style="width: 200px;"/></a>
<a href="docs/images/screenshot-mds3d.png"><img src="docs/images/screenshot-mds3d.png" style="width: 400px;"/></a>

# FAQ

Expand Down
Binary file added docs/images/screenshot-boxplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/screenshot-libsize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/screenshot-mds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/screenshot-mds3d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,23 @@ <h2 id="project_tagline">Take the time to digest and appreciate your Differentia

<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<div style='position: absolute; left: 0;'>
<div>
<a href="images/screenshot-libsize.png"><img src="images/screenshot-libsize.png" style="width: 200px;"/></a>
</div>
<div>
<a href="images/screenshot-mds.png"><img src="images/screenshot-mds.png" style="width: 200px;"/></a>
</div>
</div>
<div style='position: absolute; right: 0;'>
<div>
<a href="images/screenshot-boxplot.png"><img src="images/screenshot-boxplot.png" style="width: 200px;"/></a>
</div>
<div>
<a href="images/screenshot-mds3d.png"><img src="images/screenshot-mds3d.png" style="width: 200px;"/></a>
</div>
</div>

<section id="main_content" class="inner">
<h1>Degust</h1>
<p>An interactive web tool for visualising Differential Gene Expression data</p>
Expand Down

0 comments on commit 1b3116b

Please sign in to comment.