tools
This commit is contained in:
BIN
static/img_eg/ex_img/count.png
Normal file
BIN
static/img_eg/ex_img/count.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
BIN
static/img_eg/ex_img/fasta.png
Normal file
BIN
static/img_eg/ex_img/fasta.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
static/img_eg/ex_img/pk.png
Normal file
BIN
static/img_eg/ex_img/pk.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
BIN
static/img_eg/ex_img/分组.png
Normal file
BIN
static/img_eg/ex_img/分组.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
@@ -15,11 +15,14 @@
|
||||
<div class="layui-logo layui-hide-xs layui-bg-black">Simple Drawing</div>
|
||||
<ul class="layui-nav layui-layout-left">
|
||||
|
||||
<li class="layui-nav-item layui-hide-xs layui-this" style="margin-left: 200px"><a style="font-size: 30px;" href="{{ url }}">Home</a>
|
||||
<li class="layui-nav-item layui-hide-xs layui-this" style="margin-left: 200px"><a style="font-size: 30px;"
|
||||
href="{{ url }}">Home</a>
|
||||
</li>
|
||||
<li class="layui-nav-item layui-hide-xs" style="margin-left: 200px"><a style="font-size: 30px;"
|
||||
href="tools.html">Tools</a></li>
|
||||
<li class="layui-nav-item layui-hide-xs" style="margin-left: 200px"><a style="font-size: 30px;" href="about.html">About
|
||||
href="{{ url }}/tools.html">Tools</a>
|
||||
</li>
|
||||
<li class="layui-nav-item layui-hide-xs" style="margin-left: 200px"><a style="font-size: 30px;"
|
||||
href="{{ url }}/about.html">About
|
||||
us</a></li>
|
||||
|
||||
<li class="layui-nav-item layui-hide-xs" style="margin-left: 200px"><i
|
||||
|
||||
@@ -126,6 +126,9 @@
|
||||
<div style="margin-left: 30px;">
|
||||
<p style="font-size: 20px">
|
||||
Basic file processing tools
|
||||
<br>
|
||||
<h2>example file</h2>
|
||||
<img src="static/img_eg/ex_img/fasta.png" style="width: 90%">
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
@@ -67,9 +67,23 @@
|
||||
<div style="margin-left: 30px;">
|
||||
<p style="font-size: 20px">
|
||||
|
||||
Group file suffix is group<br>
|
||||
The suffix of the statistics file is con<br>
|
||||
The suffix of the comparison file is TXT<br>
|
||||
<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>
|
||||
|
||||
@@ -134,6 +134,9 @@
|
||||
<p style="font-size: 20px">
|
||||
|
||||
Find the open reading frame in the sequence
|
||||
<br>
|
||||
<h2>example file</h2>
|
||||
<img src="static/img_eg/ex_img/fasta.png" style="width: 90%">
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user