blob: 47c422750e1f96d2f138eb8db37894f123eda71e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h3>Taxonomy Prediction Results</h3>
<p>Results as Name, predicted Genus, length of sequence: </p><br>
<input type="text" readonly="true" value={prediction} size="40"/><br><br>
<p>This classifier will return the best fit of the submitted sequence to the training data.<br>
Currently included in the training data:<br>
<li>Circoviridae</li>
<ul>
<li>Circovirus</li>
<li>Cyclovirus</li>
</ul>
<li>Nanoviridae</li>
<ul>
<li>Babuvirus</li>
<li>Nanovirus</li>
</ul>
<li>Genomoviridae</li>
<ul>
<li>Gemycircularvirus</li>
<li>Gemygorvirus</li>
<li>Gemykibivirus</li>
<li>Gemykolovirus</li>
<li>Gemykrogvirus</li>
<li>Gemyvongvirus</li>
</ul>
<li>Geminiviridae</li>
<ul>
<li>Becurtovirus</li>
<li>Begomovirus</li>
<li>Capulavirus</li>
<li>Curtovirus</li>
<li>Eragrovirus</li>
<li>Grablovirus</li>
<li>Mastrevirus</li>
<li>Turncurtovirus</li>
</ul>
<li>Smacovirus</li>
<a href="./www/html/CRESSdna.html">Return to CRESSdna.org</a>
</p>
</body>
</html>
|