annotate test-data/expression_galaxy.html @ 2:d5ea61ff12eb draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mirdeep2/mirdeep2_quantifier commit 3103ebed1a420c7d3415b67ef532ea579edf9faa
author rnateam
date Wed, 12 Jul 2017 14:41:05 -0400
parents 2c039fc73f1f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
2 "http://www.w3.org/TR/html4/strict.dtd">
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
3 <html>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
4 <head>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
5 <title>miRDeep2</title>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
6 <!-- CSS code -->
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
7 <style type="text/css">
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
8 body{
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
9 font: .75em Arial,sans-serif;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
10 background: #FFFFFF;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
11 color: #333333
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
12 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
13 div#
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
14 container
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
15 {
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
16 width: 1000px;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
17 margin:0 auto
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
18 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
19 h1{
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
20 color: #F60;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
21 margin: 1em 0 0;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
22 letter-spacing: -2px;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
23 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
24 p{
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
25 margin: 0 0 1.7em;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
26 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
27
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
28 a.tooltip{
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
29 text-decoration:none;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
30 color:black;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
31 font-weight:bold;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
32 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
33
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
34 a.tooltip:hover
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
35 { position: relative;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
36 background: transparent;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
37
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
38 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
39
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
40 a.tooltip span
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
41 { position: absolute;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
42 visibility: hidden;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
43
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
44 width: 20em;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
45 top: 1.5em;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
46 background: #ffffdd;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
47 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
48
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
49 a.tooltip:hover span
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
50 { visibility: visible; }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
51
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
52
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
53 a.tooltip2{
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
54 text-decoration:none;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
55 color:black;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
56 font-weight:bold;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
57 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
58
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
59 a.tooltip2:hover
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
60 { position: relative;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
61 background: transparent;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
62
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
63 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
64
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
65 a.tooltip2 span
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
66 { position: absolute;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
67 visibility: hidden;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
68
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
69 width: 20em;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
70 top: 1.5em;left:-10em;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
71 background: #ffffdd;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
72 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
73
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
74 a.tooltip2:hover span
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
75 { visibility: visible; }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
76
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
77
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
78 a.tooltip3{
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
79 text-decoration:none;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
80 color:black;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
81 font-weight:bold;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
82 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
83
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
84 a.tooltip3:hover
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
85 { position: relative;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
86 background: transparent;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
87
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
88 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
89
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
90 a.tooltip3 span
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
91 { position: absolute;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
92 visibility: hidden;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
93
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
94 width: 20em;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
95 top: 3em;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
96 background: #ffffdd;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
97 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
98
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
99 a.tooltip3:hover span
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
100 { visibility: visible; }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
101
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
102
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
103 a.tooltip4{
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
104 text-decoration:none;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
105 color:black;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
106 font-weight:bold;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
107 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
108
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
109 a.tooltip4:hover
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
110 { position: relative;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
111 background: transparent;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
112
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
113 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
114
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
115 a.tooltip4 span
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
116 { position: absolute;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
117 visibility: hidden;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
118
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
119 width: 20em;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
120 top:3em;left:-10em;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
121 background: #ffffdd;
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
122 }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
123
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
124 a.tooltip4:hover span
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
125 { visibility: visible; }
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
126
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
127
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
128
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
129 </style>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
130
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
131 </head>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
132 <body>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
133 <table border="0" width="100%">
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
134 <colgroup>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
135 <col width="5*">
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
136 <col width="5*">
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
137 </colgroup>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
138 <tr height="200" valign="top">
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
139 <td><font face="Times New Roman" size="8">
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
140 <b><a href="http://www.mdc-berlin.de/en/research/research_teams/systems_biology_of_gene_regulatory_elements/projects/miRDeep/index.html" target="_blank" style="color:Black;text-decoration:none" title="miRDeep2 homepage at MDC-Berlin" >miRDeep2</a></b>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
141
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
142
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
143 <br>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
144 <br>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
145 </font></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
146 <td> <a href="http://www.mdc-berlin.de/en/research/research_teams/systems_biology_of_gene_regulatory_elements/projects/miRDeep/index.html" target="_blank" >
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
147 <img src="http://www.mdc-berlin.de/de/research/research_teams/systems_biology_of_gene_regulatory_elements/projects/miRDeep/mirdeep.jpg" style="border-style: none" name="precursor miRNA" title="miRDeep2 homepage at MDC-Berlin" align=right alt="miRDeep home"/></a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
148 </tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
149 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
150
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
151 <br>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
152 <br>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
153 <br><h2></h2><br>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
154 <font face="Times New Roman" size="2">
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
155 <table border="1">
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
156 <th><a href="" class="tooltip3">miRBase precursor id<span>Clicking this field will display a pdf of the structure and read signature of the miRNA.</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
157
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
158 <th><a href="" class="tooltip3">total read count<span>this is the sum of read counts for the mature and star miRNAs.</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
159
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
160 <th><a href="" class="tooltip3">mature read count(s)<span>this is the number of reads that map to the miRNA hairpin and are contained in the sequence covered by the mature miRNA, including 2 nts upstream and 5 nts downstream. If more than one mature sequence is given this will be a comma separated list. In parenthesis are normalized read counts shown.</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
161
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
162 <th><a href="" class="tooltip3">star read count<span>this is the number of reads that map to the miRNA hairpin and are contained in the sequence covered by the star miRNA, including 2 nts upstream and 5 nts downstream. This field is empty unless a reference star miRNA was given as input to quantifier.pl. If more than one mature sequence is given this will be a comman separated list</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
163
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
164 <th><a href="http://www.ncbi.nlm.nih.gov/entrez/utils/fref.fcgi?PrId=3051&itool=AbstractPlus-def&uid=15217813&nlmid=9808944&db=pubmed&url=http://bioinformatics.oxfordjournals.org/cgi/pmidlookup?view=long&pmid=15217813" target="blank"class="tooltip3">remaining reads<span>this is the number of reads that did not map to any of the mature and star sequences</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
165
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
166 <th><a href="" class="tooltip3">UCSC browser<span>if a species name was input to miRDeep2, then clicking this field will initiate a UCSC blat search of the miRNA precursor sequence against the reference genome.</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
167
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
168 <th><a href="" class="tooltip3">NCBI blastn<span>clicking this field will initiate a NCBI blastn search of the miRNA precursor sequence against the nr/nt database (non-redundant collection of all NCBI nucleotide sequences).</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
169
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
170 <th><a href="" class="tooltip3">miRBase mature sequence(s)<span>this is/are the mature miRNA sequence(s) input to quantifier.pl.</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
171
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
172 <th><a href="" class="tooltip3">miRBase star sequence(s)<span>this is/are the star miRNA sequence(s) input to quantifier.pl. This field is empty unless a reference star miRNA was given as input to quantifier.pl.</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
173
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
174 <th><a href="" class="tooltip4">miRBase precursor sequence<span>this is the precursor miRNA sequence input to quantifier.pl.</span></a></th>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
175
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
176 <tr><td nowrap="nowrap"><a href="pdfs_galaxy/cel-mir-37.pdf">cel-mir-37</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
177 <td>118250</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
178 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
179
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
180
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
181 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
182 <tr><td nowrap="nowrap"><a href="http://www.mirbase.org/cgi-bin/query.pl?terms=cel-mir-37" target="_blank">cel-miR-37</a></td><td><nobr>118131.00</nobr></td><td><nobr>676208.96</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
183 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
184
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
185 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
186
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
187
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
188 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
189 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
190 <tr><td nowrap="nowrap"><a>na</a></td><td><nobr>0</nobr></td><td><nobr>0</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
191 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
192
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
193 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
194
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
195
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
196
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
197 <td nowrap="nowrap">119</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
198 <td> - </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
199 <td><a href=http://blast.ncbi.nlm.nih.gov/Blast.cgi?QUERY=uucuagaaacccuuggaccaguguggguguccguugcggugcuacauucucuaaucuguaucaccgggugaacacuugcagugguccucgugguuucu&JOB_TITLE=cel-mir-37&db=nucleotide&QUERY_FROM=&QUERY_TO=&QUERYFILE=&GENETIC_CODE=1&SUBJECTS=&stype=nucleotide&SUBJECTS_FROM=&SUBJECTS_TO=&SUBJECTFILE=&DBTYPE=gc&DATABASE=nr&EQ_MENU=&NUM_ORG=1&EQ_TEXT=&BLAST_PROGRAMS=blastn&PHI_PATTERN=&MAX_NUM_SEQ=100&SHORT_QUERY_ADJUST=on&EXPECT=10&WORD_SIZE=7&MATRIX_NAME=PAM30&MATCH_SCORES=2,-3&GAPCOSTS=5+2&COMPOSITION_BASED_STATISTICS=0&FILTER=L&REPEATS=repeat_9606&FILTER=m&TEMPLATE_LENGTH=0&TEMPLATE_TYPE=0&PSSM=&I_THRESH=&SHOW_OVERVIEW=true&SHOW_LINKOUT=true&GET_SEQUENCE=auauauaauauauauauauuauaa&FORMAT_OBJECT=Alignment&FORMAT_TYPE=HTML&ALIGNMENT_VIEW=Pairwise&MASK_CHAR=2&MASK_COLOR=1&DESCRIPTIONS=100&ALIGNMENTS=100&NEW_VIEW=true&OLD_BLAST=false&NCBI_GI=false&SHOW_CDS_FEATURE=false&NUM_OVERVIEW=100&FORMAT_EQ_TEXT=&FORMAT_ORGANISM=&EXPECT_LOW=&EXPECT_HIGH=&QUERY_INDEX=&CLIENT=web&SERVICE=plain&CMD=request&PAGE=Nucleotides&PROGRAM=blastn&MEGABLAST=&RUN_PSIBLAST=&TWO_HITS=&DEFAULT_PROG=megaBlast&WWW_BLAST_TYPE=&DB_ABBR=&SAVED_PSSM=&SELECTED_PROG_TYPE=blastn&SAVED_SEARCH=true&BLAST_SPEC=&QUERY_BELIEVE_DEFLINE=&DB_DIR_PREFIX=&USER_DATABASE=&USER_WORD_SIZE=&USER_MATCH_SCORES=&USER_FORMAT_DEFAULTS=&NO_COMMON=&NUM_DIFFS=2&NUM_OPTS_DIFFS=1&UNIQ_DEFAULTS_NAME=A_SearchDefaults_1Mn7ZD_2Sq4_1Z58HQ5Jb_23tpbD_167y9p&PAGE_TYPE=BlastSearch&USER_DEFAULT_PROG_TYPE=blastn&USER_DEFAULT_MATCH_SCORES=3. target="_blank">blast</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
200 <td><table><tr><td>ucaccgggugaacacuugcagu</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
201 <td><table><tr><td>-</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
202 <td>uucuagaaacccuuggaccaguguggguguccguugcggugcuacauucucuaaucuguaucaccgggugaacacuugcagugguccucgugguuucu</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
203 </tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
204 <tr><td nowrap="nowrap"><a href="pdfs_galaxy/cel-mir-40.pdf">cel-mir-40</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
205 <td>32947</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
206 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
207
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
208
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
209 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
210 <tr><td nowrap="nowrap"><a href="http://www.mirbase.org/cgi-bin/query.pl?terms=cel-mir-40" target="_blank">cel-miR-40</a></td><td><nobr>32878.00</nobr></td><td><nobr>188201.22</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
211 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
212
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
213 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
214
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
215
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
216 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
217 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
218 <tr><td nowrap="nowrap"><a>na</a></td><td><nobr>0</nobr></td><td><nobr>0</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
219 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
220
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
221 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
222
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
223
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
224
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
225 <td nowrap="nowrap">69</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
226 <td> - </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
227 <td><a href=http://blast.ncbi.nlm.nih.gov/Blast.cgi?QUERY=uccuguccgcaccucaguggauguaugccaugaugauaagauaucagaaauccuaucaccggguguacaucagcuaaggugcggguacaggu&JOB_TITLE=cel-mir-40&db=nucleotide&QUERY_FROM=&QUERY_TO=&QUERYFILE=&GENETIC_CODE=1&SUBJECTS=&stype=nucleotide&SUBJECTS_FROM=&SUBJECTS_TO=&SUBJECTFILE=&DBTYPE=gc&DATABASE=nr&EQ_MENU=&NUM_ORG=1&EQ_TEXT=&BLAST_PROGRAMS=blastn&PHI_PATTERN=&MAX_NUM_SEQ=100&SHORT_QUERY_ADJUST=on&EXPECT=10&WORD_SIZE=7&MATRIX_NAME=PAM30&MATCH_SCORES=2,-3&GAPCOSTS=5+2&COMPOSITION_BASED_STATISTICS=0&FILTER=L&REPEATS=repeat_9606&FILTER=m&TEMPLATE_LENGTH=0&TEMPLATE_TYPE=0&PSSM=&I_THRESH=&SHOW_OVERVIEW=true&SHOW_LINKOUT=true&GET_SEQUENCE=auauauaauauauauauauuauaa&FORMAT_OBJECT=Alignment&FORMAT_TYPE=HTML&ALIGNMENT_VIEW=Pairwise&MASK_CHAR=2&MASK_COLOR=1&DESCRIPTIONS=100&ALIGNMENTS=100&NEW_VIEW=true&OLD_BLAST=false&NCBI_GI=false&SHOW_CDS_FEATURE=false&NUM_OVERVIEW=100&FORMAT_EQ_TEXT=&FORMAT_ORGANISM=&EXPECT_LOW=&EXPECT_HIGH=&QUERY_INDEX=&CLIENT=web&SERVICE=plain&CMD=request&PAGE=Nucleotides&PROGRAM=blastn&MEGABLAST=&RUN_PSIBLAST=&TWO_HITS=&DEFAULT_PROG=megaBlast&WWW_BLAST_TYPE=&DB_ABBR=&SAVED_PSSM=&SELECTED_PROG_TYPE=blastn&SAVED_SEARCH=true&BLAST_SPEC=&QUERY_BELIEVE_DEFLINE=&DB_DIR_PREFIX=&USER_DATABASE=&USER_WORD_SIZE=&USER_MATCH_SCORES=&USER_FORMAT_DEFAULTS=&NO_COMMON=&NUM_DIFFS=2&NUM_OPTS_DIFFS=1&UNIQ_DEFAULTS_NAME=A_SearchDefaults_1Mn7ZD_2Sq4_1Z58HQ5Jb_23tpbD_167y9p&PAGE_TYPE=BlastSearch&USER_DEFAULT_PROG_TYPE=blastn&USER_DEFAULT_MATCH_SCORES=3. target="_blank">blast</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
228 <td><table><tr><td>ucaccggguguacaucagcuaa</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
229 <td><table><tr><td>-</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
230 <td>uccuguccgcaccucaguggauguaugccaugaugauaagauaucagaaauccuaucaccggguguacaucagcuaaggugcggguacaggu</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
231 </tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
232 <tr><td nowrap="nowrap"><a href="pdfs_galaxy/cel-mir-36.pdf">cel-mir-36</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
233 <td>14535</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
234 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
235
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
236
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
237 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
238 <tr><td nowrap="nowrap"><a href="http://www.mirbase.org/cgi-bin/query.pl?terms=cel-mir-36" target="_blank">cel-miR-36</a></td><td><nobr>14483.00</nobr></td><td><nobr>82904.02</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
239 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
240
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
241 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
242
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
243
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
244 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
245 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
246 <tr><td nowrap="nowrap"><a>na</a></td><td><nobr>0</nobr></td><td><nobr>0</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
247 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
248
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
249 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
250
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
251
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
252
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
253 <td nowrap="nowrap">52</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
254 <td> - </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
255 <td><a href=http://blast.ncbi.nlm.nih.gov/Blast.cgi?QUERY=caccgcugucggggaaccgcgccaauuuucgcuucagugcuagaccauccaaagugucuaucaccgggugaaaauucgcauggguccccgacgcgga&JOB_TITLE=cel-mir-36&db=nucleotide&QUERY_FROM=&QUERY_TO=&QUERYFILE=&GENETIC_CODE=1&SUBJECTS=&stype=nucleotide&SUBJECTS_FROM=&SUBJECTS_TO=&SUBJECTFILE=&DBTYPE=gc&DATABASE=nr&EQ_MENU=&NUM_ORG=1&EQ_TEXT=&BLAST_PROGRAMS=blastn&PHI_PATTERN=&MAX_NUM_SEQ=100&SHORT_QUERY_ADJUST=on&EXPECT=10&WORD_SIZE=7&MATRIX_NAME=PAM30&MATCH_SCORES=2,-3&GAPCOSTS=5+2&COMPOSITION_BASED_STATISTICS=0&FILTER=L&REPEATS=repeat_9606&FILTER=m&TEMPLATE_LENGTH=0&TEMPLATE_TYPE=0&PSSM=&I_THRESH=&SHOW_OVERVIEW=true&SHOW_LINKOUT=true&GET_SEQUENCE=auauauaauauauauauauuauaa&FORMAT_OBJECT=Alignment&FORMAT_TYPE=HTML&ALIGNMENT_VIEW=Pairwise&MASK_CHAR=2&MASK_COLOR=1&DESCRIPTIONS=100&ALIGNMENTS=100&NEW_VIEW=true&OLD_BLAST=false&NCBI_GI=false&SHOW_CDS_FEATURE=false&NUM_OVERVIEW=100&FORMAT_EQ_TEXT=&FORMAT_ORGANISM=&EXPECT_LOW=&EXPECT_HIGH=&QUERY_INDEX=&CLIENT=web&SERVICE=plain&CMD=request&PAGE=Nucleotides&PROGRAM=blastn&MEGABLAST=&RUN_PSIBLAST=&TWO_HITS=&DEFAULT_PROG=megaBlast&WWW_BLAST_TYPE=&DB_ABBR=&SAVED_PSSM=&SELECTED_PROG_TYPE=blastn&SAVED_SEARCH=true&BLAST_SPEC=&QUERY_BELIEVE_DEFLINE=&DB_DIR_PREFIX=&USER_DATABASE=&USER_WORD_SIZE=&USER_MATCH_SCORES=&USER_FORMAT_DEFAULTS=&NO_COMMON=&NUM_DIFFS=2&NUM_OPTS_DIFFS=1&UNIQ_DEFAULTS_NAME=A_SearchDefaults_1Mn7ZD_2Sq4_1Z58HQ5Jb_23tpbD_167y9p&PAGE_TYPE=BlastSearch&USER_DEFAULT_PROG_TYPE=blastn&USER_DEFAULT_MATCH_SCORES=3. target="_blank">blast</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
256 <td><table><tr><td>ucaccgggugaaaauucgcaug</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
257 <td><table><tr><td>-</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
258 <td>caccgcugucggggaaccgcgccaauuuucgcuucagugcuagaccauccaaagugucuaucaccgggugaaaauucgcauggguccccgacgcgga</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
259 </tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
260 <tr><td nowrap="nowrap"><a href="pdfs_galaxy/cel-mir-229.pdf">cel-mir-229</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
261 <td>4000</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
262 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
263
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
264
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
265 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
266 <tr><td nowrap="nowrap"><a href="http://www.mirbase.org/cgi-bin/query.pl?terms=cel-mir-229" target="_blank">cel-miR-229</a></td><td><nobr>4000.00</nobr></td><td><nobr>22896.92</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
267 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
268
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
269 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
270
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
271
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
272 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
273 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
274 <tr><td nowrap="nowrap"><a>na</a></td><td><nobr>0</nobr></td><td><nobr>0</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
275 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
276
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
277 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
278
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
279
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
280
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
281 <td nowrap="nowrap">0</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
282 <td> - </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
283 <td><a href=http://blast.ncbi.nlm.nih.gov/Blast.cgi?QUERY=cgccggcaaugacacugguuaucuuuuccaucguggaaugccccccauugauuuuuuccccuuuucggggggaaaaaauuggaaacgagaaagguaucgggugucauagccggcg&JOB_TITLE=cel-mir-229&db=nucleotide&QUERY_FROM=&QUERY_TO=&QUERYFILE=&GENETIC_CODE=1&SUBJECTS=&stype=nucleotide&SUBJECTS_FROM=&SUBJECTS_TO=&SUBJECTFILE=&DBTYPE=gc&DATABASE=nr&EQ_MENU=&NUM_ORG=1&EQ_TEXT=&BLAST_PROGRAMS=blastn&PHI_PATTERN=&MAX_NUM_SEQ=100&SHORT_QUERY_ADJUST=on&EXPECT=10&WORD_SIZE=7&MATRIX_NAME=PAM30&MATCH_SCORES=2,-3&GAPCOSTS=5+2&COMPOSITION_BASED_STATISTICS=0&FILTER=L&REPEATS=repeat_9606&FILTER=m&TEMPLATE_LENGTH=0&TEMPLATE_TYPE=0&PSSM=&I_THRESH=&SHOW_OVERVIEW=true&SHOW_LINKOUT=true&GET_SEQUENCE=auauauaauauauauauauuauaa&FORMAT_OBJECT=Alignment&FORMAT_TYPE=HTML&ALIGNMENT_VIEW=Pairwise&MASK_CHAR=2&MASK_COLOR=1&DESCRIPTIONS=100&ALIGNMENTS=100&NEW_VIEW=true&OLD_BLAST=false&NCBI_GI=false&SHOW_CDS_FEATURE=false&NUM_OVERVIEW=100&FORMAT_EQ_TEXT=&FORMAT_ORGANISM=&EXPECT_LOW=&EXPECT_HIGH=&QUERY_INDEX=&CLIENT=web&SERVICE=plain&CMD=request&PAGE=Nucleotides&PROGRAM=blastn&MEGABLAST=&RUN_PSIBLAST=&TWO_HITS=&DEFAULT_PROG=megaBlast&WWW_BLAST_TYPE=&DB_ABBR=&SAVED_PSSM=&SELECTED_PROG_TYPE=blastn&SAVED_SEARCH=true&BLAST_SPEC=&QUERY_BELIEVE_DEFLINE=&DB_DIR_PREFIX=&USER_DATABASE=&USER_WORD_SIZE=&USER_MATCH_SCORES=&USER_FORMAT_DEFAULTS=&NO_COMMON=&NUM_DIFFS=2&NUM_OPTS_DIFFS=1&UNIQ_DEFAULTS_NAME=A_SearchDefaults_1Mn7ZD_2Sq4_1Z58HQ5Jb_23tpbD_167y9p&PAGE_TYPE=BlastSearch&USER_DEFAULT_PROG_TYPE=blastn&USER_DEFAULT_MATCH_SCORES=3. target="_blank">blast</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
284 <td><table><tr><td>aaugacacugguuaucuuuuccaucg</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
285 <td><table><tr><td>-</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
286 <td>cgccggcaaugacacugguuaucuuuuccaucguggaaugccccccauugauuuuuuccccuuuucggggggaaaaaauuggaaacgagaaagguaucgggugucauagccggcg</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
287 </tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
288 <tr><td nowrap="nowrap"><a href="pdfs_galaxy/cel-mir-39.pdf">cel-mir-39</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
289 <td>3852</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
290 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
291
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
292
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
293 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
294 <tr><td nowrap="nowrap"><a href="http://www.mirbase.org/cgi-bin/query.pl?terms=cel-mir-39" target="_blank">cel-miR-39</a></td><td><nobr>2994.00</nobr></td><td><nobr>17138.34</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
295 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
296
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
297 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
298
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
299
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
300 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
301 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
302 <tr><td nowrap="nowrap"><a>na</a></td><td><nobr>0</nobr></td><td><nobr>0</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
303 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
304
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
305 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
306
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
307
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
308
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
309 <td nowrap="nowrap">858</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
310 <td> - </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
311 <td><a href=http://blast.ncbi.nlm.nih.gov/Blast.cgi?QUERY=uauaccgagagcccagcugauuucgucuugguaauaagcucgucauugagauuaucaccggguguaaaucagcuuggcucugguguc&JOB_TITLE=cel-mir-39&db=nucleotide&QUERY_FROM=&QUERY_TO=&QUERYFILE=&GENETIC_CODE=1&SUBJECTS=&stype=nucleotide&SUBJECTS_FROM=&SUBJECTS_TO=&SUBJECTFILE=&DBTYPE=gc&DATABASE=nr&EQ_MENU=&NUM_ORG=1&EQ_TEXT=&BLAST_PROGRAMS=blastn&PHI_PATTERN=&MAX_NUM_SEQ=100&SHORT_QUERY_ADJUST=on&EXPECT=10&WORD_SIZE=7&MATRIX_NAME=PAM30&MATCH_SCORES=2,-3&GAPCOSTS=5+2&COMPOSITION_BASED_STATISTICS=0&FILTER=L&REPEATS=repeat_9606&FILTER=m&TEMPLATE_LENGTH=0&TEMPLATE_TYPE=0&PSSM=&I_THRESH=&SHOW_OVERVIEW=true&SHOW_LINKOUT=true&GET_SEQUENCE=auauauaauauauauauauuauaa&FORMAT_OBJECT=Alignment&FORMAT_TYPE=HTML&ALIGNMENT_VIEW=Pairwise&MASK_CHAR=2&MASK_COLOR=1&DESCRIPTIONS=100&ALIGNMENTS=100&NEW_VIEW=true&OLD_BLAST=false&NCBI_GI=false&SHOW_CDS_FEATURE=false&NUM_OVERVIEW=100&FORMAT_EQ_TEXT=&FORMAT_ORGANISM=&EXPECT_LOW=&EXPECT_HIGH=&QUERY_INDEX=&CLIENT=web&SERVICE=plain&CMD=request&PAGE=Nucleotides&PROGRAM=blastn&MEGABLAST=&RUN_PSIBLAST=&TWO_HITS=&DEFAULT_PROG=megaBlast&WWW_BLAST_TYPE=&DB_ABBR=&SAVED_PSSM=&SELECTED_PROG_TYPE=blastn&SAVED_SEARCH=true&BLAST_SPEC=&QUERY_BELIEVE_DEFLINE=&DB_DIR_PREFIX=&USER_DATABASE=&USER_WORD_SIZE=&USER_MATCH_SCORES=&USER_FORMAT_DEFAULTS=&NO_COMMON=&NUM_DIFFS=2&NUM_OPTS_DIFFS=1&UNIQ_DEFAULTS_NAME=A_SearchDefaults_1Mn7ZD_2Sq4_1Z58HQ5Jb_23tpbD_167y9p&PAGE_TYPE=BlastSearch&USER_DEFAULT_PROG_TYPE=blastn&USER_DEFAULT_MATCH_SCORES=3. target="_blank">blast</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
312 <td><table><tr><td>ucaccggguguaaaucagcuug</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
313 <td><table><tr><td>-</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
314 <td>uauaccgagagcccagcugauuucgucuugguaauaagcucgucauugagauuaucaccggguguaaaucagcuuggcucugguguc</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
315 </tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
316 <tr><td nowrap="nowrap"><a href="pdfs_galaxy/cel-mir-38.pdf">cel-mir-38</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
317 <td>2131</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
318 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
319
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
320
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
321 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
322 <tr><td nowrap="nowrap"><a href="http://www.mirbase.org/cgi-bin/query.pl?terms=cel-mir-38" target="_blank">cel-miR-38</a></td><td><nobr>2123.00</nobr></td><td><nobr>12152.54</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
323 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
324
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
325 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
326
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
327
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
328 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
329 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
330 <tr><td nowrap="nowrap"><a>na</a></td><td><nobr>0</nobr></td><td><nobr>0</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
331 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
332
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
333 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
334
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
335
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
336
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
337 <td nowrap="nowrap">8</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
338 <td> - </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
339 <td><a href=http://blast.ncbi.nlm.nih.gov/Blast.cgi?QUERY=ucugugagccagguccuguuccgguuuuuuccguggugauaacgcauccaaaagucucuaucaccgggagaaaaacuggaguaggaccugugacucau&JOB_TITLE=cel-mir-38&db=nucleotide&QUERY_FROM=&QUERY_TO=&QUERYFILE=&GENETIC_CODE=1&SUBJECTS=&stype=nucleotide&SUBJECTS_FROM=&SUBJECTS_TO=&SUBJECTFILE=&DBTYPE=gc&DATABASE=nr&EQ_MENU=&NUM_ORG=1&EQ_TEXT=&BLAST_PROGRAMS=blastn&PHI_PATTERN=&MAX_NUM_SEQ=100&SHORT_QUERY_ADJUST=on&EXPECT=10&WORD_SIZE=7&MATRIX_NAME=PAM30&MATCH_SCORES=2,-3&GAPCOSTS=5+2&COMPOSITION_BASED_STATISTICS=0&FILTER=L&REPEATS=repeat_9606&FILTER=m&TEMPLATE_LENGTH=0&TEMPLATE_TYPE=0&PSSM=&I_THRESH=&SHOW_OVERVIEW=true&SHOW_LINKOUT=true&GET_SEQUENCE=auauauaauauauauauauuauaa&FORMAT_OBJECT=Alignment&FORMAT_TYPE=HTML&ALIGNMENT_VIEW=Pairwise&MASK_CHAR=2&MASK_COLOR=1&DESCRIPTIONS=100&ALIGNMENTS=100&NEW_VIEW=true&OLD_BLAST=false&NCBI_GI=false&SHOW_CDS_FEATURE=false&NUM_OVERVIEW=100&FORMAT_EQ_TEXT=&FORMAT_ORGANISM=&EXPECT_LOW=&EXPECT_HIGH=&QUERY_INDEX=&CLIENT=web&SERVICE=plain&CMD=request&PAGE=Nucleotides&PROGRAM=blastn&MEGABLAST=&RUN_PSIBLAST=&TWO_HITS=&DEFAULT_PROG=megaBlast&WWW_BLAST_TYPE=&DB_ABBR=&SAVED_PSSM=&SELECTED_PROG_TYPE=blastn&SAVED_SEARCH=true&BLAST_SPEC=&QUERY_BELIEVE_DEFLINE=&DB_DIR_PREFIX=&USER_DATABASE=&USER_WORD_SIZE=&USER_MATCH_SCORES=&USER_FORMAT_DEFAULTS=&NO_COMMON=&NUM_DIFFS=2&NUM_OPTS_DIFFS=1&UNIQ_DEFAULTS_NAME=A_SearchDefaults_1Mn7ZD_2Sq4_1Z58HQ5Jb_23tpbD_167y9p&PAGE_TYPE=BlastSearch&USER_DEFAULT_PROG_TYPE=blastn&USER_DEFAULT_MATCH_SCORES=3. target="_blank">blast</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
340 <td><table><tr><td>ucaccgggagaaaaacuggagu</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
341 <td><table><tr><td>-</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
342 <td>ucugugagccagguccuguuccgguuuuuuccguggugauaacgcauccaaaagucucuaucaccgggagaaaaacuggaguaggaccugugacucau</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
343 </tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
344 <tr><td nowrap="nowrap"><a href="pdfs_galaxy/cel-mir-41.pdf">cel-mir-41</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
345 <td>164</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
346 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
347
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
348
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
349 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
350 <tr><td nowrap="nowrap"><a href="http://www.mirbase.org/cgi-bin/query.pl?terms=cel-mir-41" target="_blank">cel-miR-41</a></td><td><nobr>87.00</nobr></td><td><nobr>498.01</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
351 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
352
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
353 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
354
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
355
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
356 <td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
357 <table><tr><td WIDTH=55>id</td><td>seq</td><td>seq(norm)</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
358 <tr><td nowrap="nowrap"><a>na</a></td><td><nobr>0</nobr></td><td><nobr>0</nobr></td></tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
359 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
360
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
361 </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
362
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
363
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
364
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
365 <td nowrap="nowrap">77</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
366 <td> - </td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
367 <td><a href=http://blast.ncbi.nlm.nih.gov/Blast.cgi?QUERY=gggucccagagaccuuggugguuuuucucugcagugauagauacuucuaacaacucgcuaucaccgggugaaaaaucaccuaggucuggagccuccu&JOB_TITLE=cel-mir-41&db=nucleotide&QUERY_FROM=&QUERY_TO=&QUERYFILE=&GENETIC_CODE=1&SUBJECTS=&stype=nucleotide&SUBJECTS_FROM=&SUBJECTS_TO=&SUBJECTFILE=&DBTYPE=gc&DATABASE=nr&EQ_MENU=&NUM_ORG=1&EQ_TEXT=&BLAST_PROGRAMS=blastn&PHI_PATTERN=&MAX_NUM_SEQ=100&SHORT_QUERY_ADJUST=on&EXPECT=10&WORD_SIZE=7&MATRIX_NAME=PAM30&MATCH_SCORES=2,-3&GAPCOSTS=5+2&COMPOSITION_BASED_STATISTICS=0&FILTER=L&REPEATS=repeat_9606&FILTER=m&TEMPLATE_LENGTH=0&TEMPLATE_TYPE=0&PSSM=&I_THRESH=&SHOW_OVERVIEW=true&SHOW_LINKOUT=true&GET_SEQUENCE=auauauaauauauauauauuauaa&FORMAT_OBJECT=Alignment&FORMAT_TYPE=HTML&ALIGNMENT_VIEW=Pairwise&MASK_CHAR=2&MASK_COLOR=1&DESCRIPTIONS=100&ALIGNMENTS=100&NEW_VIEW=true&OLD_BLAST=false&NCBI_GI=false&SHOW_CDS_FEATURE=false&NUM_OVERVIEW=100&FORMAT_EQ_TEXT=&FORMAT_ORGANISM=&EXPECT_LOW=&EXPECT_HIGH=&QUERY_INDEX=&CLIENT=web&SERVICE=plain&CMD=request&PAGE=Nucleotides&PROGRAM=blastn&MEGABLAST=&RUN_PSIBLAST=&TWO_HITS=&DEFAULT_PROG=megaBlast&WWW_BLAST_TYPE=&DB_ABBR=&SAVED_PSSM=&SELECTED_PROG_TYPE=blastn&SAVED_SEARCH=true&BLAST_SPEC=&QUERY_BELIEVE_DEFLINE=&DB_DIR_PREFIX=&USER_DATABASE=&USER_WORD_SIZE=&USER_MATCH_SCORES=&USER_FORMAT_DEFAULTS=&NO_COMMON=&NUM_DIFFS=2&NUM_OPTS_DIFFS=1&UNIQ_DEFAULTS_NAME=A_SearchDefaults_1Mn7ZD_2Sq4_1Z58HQ5Jb_23tpbD_167y9p&PAGE_TYPE=BlastSearch&USER_DEFAULT_PROG_TYPE=blastn&USER_DEFAULT_MATCH_SCORES=3. target="_blank">blast</a></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
368 <td><table><tr><td>ucaccgggugaaaaaucaccua</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
369 <td><table><tr><td>-</td></tr></table></td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
370 <td>gggucccagagaccuuggugguuuuucucugcagugauagauacuucuaacaacucgcuaucaccgggugaaaaaucaccuaggucuggagccuccu</td>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
371 </tr>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
372 </table>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
373 </body>
2c039fc73f1f Imported from capsule None
rnateam
parents:
diff changeset
374 </html>