annotate test-data/README.html @ 1:acaa8e8a0b88 draft default tip

Uploaded test-data & added tool help
author chmaramis
date Mon, 30 Apr 2018 04:47:52 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
acaa8e8a0b88 Uploaded test-data & added tool help
chmaramis
parents:
diff changeset
1 <!DOCTYPE html>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
2 <html lang="en">
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
3 <head>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
4 <meta charset="utf-8">
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
5 <!--<link rel="stylesheet" href="style/base.css" type="text/css" />-->
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
6 </head>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
7 <body style="margin-left: 1cm">
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
8 <div class="jumbotron">
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
9 <div class="container">
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
10 <h3>Test Data Name Conventions</h3>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
11 <p>Concerning the naming of the execution parameters, input and output files, the following convention applies: </p>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
12 <ul>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
13 <li class="container">The name starts with the tool specifier; see Tool Specifiers Table below.</li>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
14 <li class="container">The clonotype definition specifier follows, if needed; see Clonotype Definition Specifiers Table below.</li>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
15 <li class="container">The gene specifier (geneV or geneJ) follows, if needed.</li>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
16 <li class="container">The cell type specifier (BCR or TCR) follows.</li>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
17 <li class="container">The name ends with the file content specifier (input, output or parameters).</li>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
18 </ul>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
19
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
20 <p><i>Tool Specifiers Table</i></p>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
21 <table style="border-spacing: 10px 0px">
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
22 <tr align="left">
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
23 <th>Index</th>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
24 <th>Tool</th>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
25 <th>Specifier</th>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
26 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
27 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
28 <td>1</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
29 <td>Data Filtering</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
30 <td>data_filter</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
31 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
32 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
33 <td>2</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
34 <td>Clonotype Diversity &amp; Expression</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
35 <td>clono_compute</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
36 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
37 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
38 <td>3</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
39 <td>Gene Usage</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
40 <td>gene_usage</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
41 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
42 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
43 <td>4</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
44 <td>Public Clonotypes</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
45 <td>public_clonos</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
46 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
47 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
48 <td>5</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
49 <td>Exclusive Clonotypes</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
50 <td>exclusive_clonos</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
51 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
52 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
53 <td>6</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
54 <td>Gene Usage Comparison</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
55 <td>gene_compare</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
56 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
57 </table>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
58
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
59 <br>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
60
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
61 <p><i>Clonotype Definition Specifiers Table</i></p>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
62 <table style="border-spacing: 10px 0px">
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
63 <tr align="left">
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
64 <th>Index</th>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
65 <th>Clonotype Definition</th>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
66 <th>Specifier</th>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
67 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
68 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
69 <td>1</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
70 <td>CDR3</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
71 <td>def1</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
72 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
73 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
74 <td>2</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
75 <td>V+CDR3</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
76 <td>def2</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
77 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
78 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
79 <td>3</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
80 <td>J+CDR3</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
81 <td>def3</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
82 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
83 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
84 <td>4</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
85 <td>V+J+CDR3</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
86 <td>def4</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
87 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
88 <tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
89 <td>5</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
90 <td>V+D+J+CDR3</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
91 <td>def5</td>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
92 </tr>
acaa8e8a0b88 Uploaded test-data &amp; added tool help
chmaramis
parents:
diff changeset
93 </table>