UNPKG

bio-vis-expression-bar

Version:

Simple barchart to show expression levels across experiments

29 lines (24 loc) 575 B
<style type="text/css"> .wrapper { /** Top padding so that initially, the content is below the header **/ border-radius: 25px; padding: 20px; float: center; position: fixed; top: 10px; left: 0; right: 0; margin: 0 auto; width: 1000px; background-color: #FFFFFF; overflow-y: auto; max-height: 85%; } body{ background-color: #E6E6E6 ; } </style> <div class="wrapper" > To test, show the studies. The labels of the two studies to show must be "Aneuploidy" and "SRP017303" <div id="bar_expression_viewer"/> </div>