Files
Simple_Drawing/templates/tools/Differential_expression_analysis.html
T
2021-10-19 16:23:49 +08:00

99 lines
3.9 KiB
HTML

<div class="layui-bg-gray" style="float: left; padding: 30px; width:45%">
<div class="layui-panel">
<div style="padding: 20px 30px;">
{# 选项#}
<div class="layui-tab layui-tab-brief " lay-filter="docDemoTabBrief" style="width: 100%; height: 1000px">
<ul class="layui-tab-title">
{# 选项卡#}
<li>Differential expression analysis</li>
</ul>
<div class="layui-tab-content" style="height: 100px;">
<form class="layui-form" action="">
<div class="layui-upload">
<button type="button" class="layui-btn layui-btn-normal" id="testList">选择多文件</button>
<div class="layui-upload-list" style="max-width: 1000px;">
<table class="layui-table">
<colgroup>
<col>
<col width="150">
<col width="260">
<col width="150">
</colgroup>
<thead>
<tr>
<th>name</th>
<th>size</th>
<th>Upload progress</th>
<th>operation</th>
</tr>
</thead>
<tbody id="demoList"></tbody>
</table>
</div>
<div id="down">
<button type="button" class="layui-btn" id="testListAction">run</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="layui-bg-gray" style="float: left; padding: 30px; width:45%">
<div class="layui-panel">
<div style="padding: 20px 30px;">
<div class="layui-tab layui-tab-brief " lay-filter="docDemoTabBrief" style="width: 100%; height: 1000px">
<ul class="layui-tab-title">
<li class="layui-this">function</li>
</ul>
<div class="layui-tab-content">
<div class="layui-tab-item layui-show">
<div style="margin-left: 30px;">
<p style="font-size: 20px">
<h2>Group file suffix is group</h2><br>
<h3>The first column is the sample name, and the second column is the duplicate of the
sample</h3>
<br>
<img src="static/img_eg/ex_img/分组.png" style="width: 90%">
<h4></h4>
<h2>The suffix of the statistics file is con</h2>
<h3>The expression amount of each sample was not standardized</h3>
<br>
<img src="static/img_eg/ex_img/count.png" style="width: 90%">
<h4></h4>
<br>
<h2>The suffix of the comparison file is TXT</h2>
<h3>The first column is the comparison group and the second column is the reference
group</h3>
<br>
<img src="static/img_eg/ex_img/pk.png" style="width: 90%">
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>