[8c4ad8]: / web / features / features.html

Download this file

637 lines (584 with data), 32.0 kB

  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
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0LTP0WK7EM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-0LTP0WK7EM');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Features - DNAnalyzer</title>
<meta name="description"
content="Explore DNAnalyzer's advanced features for DNA sequence analysis, including codon detection, high coverage analysis, and more.">
<!-- Stylesheets -->
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="features.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap"
rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="../assets/icons/Icon_Dark_BG.svg" type="image/svg+xml">
</head>
<body>
<!-- Background effects -->
<div class="bg-gradient">
<div class="bg-blob bg-blob-1"></div>
<div class="bg-blob bg-blob-2"></div>
</div>
<div class="notification-banner">
<span>Exclusive WSSEF Preview: </span>
<span>&nbsp;Transformer Architecture in Epigenomics!</span>
<a href="https://epiclassify.dnanalyzer.org" target="_blank" class="notification-link">Explore Now</a>
<button class="notification-close" aria-label="Dismiss notification"></button>
</div>
<!-- Navbar -->
<nav class="navbar" id="navbar">
<div class="container navbar-container">
<a href="../index.html" class="logo">
<img src="../assets/icons/Icon_Dark_BG.svg" alt="DNAnalyzer Logo">
<span class="logo-text">DNAnalyzer</span>
</a>
<button class="mobile-toggle" id="mobileToggle" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<ul class="nav-links" id="navLinks">
<li><a href="../index.html">Home</a></li>
<li><a href="features.html" class="active">Features</a></li>
<li><a href="../analyzer/analyzer.html">Analyzer</a></li>
<li><a href="../server/server.html">Server</a></li>
<li><a href="../docs/docs.html">Docs</a></li>
<li><a href="../about/about.html">About</a></li>
</ul>
<div class="nav-buttons">
<a href="https://github.com/VerisimilitudeX/DNAnalyzer" class="btn btn-secondary btn-sm">
<i class="fab fa-github btn-icon"></i> GitHub
</a>
</div>
</div>
</nav>
<!-- Main Content -->
<main>
<section class="features-hero">
<div class="container">
<div class="features-hero-content">
<h1>DNAnalyzer <span class="gradient-text">Features</span></h1>
<p>Advanced DNA analysis capabilities powered by machine learning, designed for researchers,
educators, and enthusiasts.</p>
</div>
</div>
</section>
<section class="section feature-highlights">
<div class="container">
<div class="section-title">
<h2>Key Capabilities</h2>
<p>Our comprehensive suite of DNA analysis tools provides insights from basic sequence statistics to
advanced protein prediction</p>
</div>
<div class="features-grid">
<div class="feature-card" data-aos="fade-up">
<div class="feature-icon">
<i class="fas fa-microscope"></i>
</div>
<h3>Sequence Analysis</h3>
<p>Get detailed statistics about your DNA sequence, including length, GC content, and nucleotide
composition with intuitive visualizations.</p>
<a href="#sequence-analysis" class="feature-link">Learn more <i
class="fas fa-arrow-right"></i></a>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
<div class="feature-icon">
<i class="fas fa-dna"></i>
</div>
<h3>Codon Detection</h3>
<p>Identify start and stop codons across your sequence to locate potential protein-coding
regions with high precision.</p>
<a href="#codon-detection" class="feature-link">Learn more <i
class="fas fa-arrow-right"></i></a>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="200">
<div class="feature-icon">
<i class="fas fa-project-diagram"></i>
</div>
<h3>Reading Frames</h3>
<p>Analyze all six reading frames to identify potential protein-coding regions and open reading
frames (ORFs).</p>
<a href="#reading-frames" class="feature-link">Learn more <i class="fas fa-arrow-right"></i></a>
</div>
<div class="feature-card" data-aos="fade-up">
<div class="feature-icon">
<i class="fas fa-chart-bar"></i>
</div>
<h3>Coverage Analysis</h3>
<p>Identify high-coverage (GC-rich) regions, often associated with gene-dense areas and promoter
regions.</p>
<a href="#coverage-analysis" class="feature-link">Learn more <i
class="fas fa-arrow-right"></i></a>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
<div class="feature-icon">
<i class="fas fa-prescription"></i>
</div>
<h3>Protein Prediction</h3>
<p>Predict potential proteins from your DNA sequence and analyze their amino acid composition.
</p>
<a href="#protein-prediction" class="feature-link">Learn more <i
class="fas fa-arrow-right"></i></a>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="200">
<div class="feature-icon">
<i class="fas fa-server"></i>
</div>
<h3>Local Server</h3>
<p>Deploy DNAnalyzer as a local server for secure, high-throughput analysis of sensitive genomic
data.</p>
<a href="#local-server" class="feature-link">Learn more <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</div>
</section>
<section id="sequence-analysis" class="section section-detailed feature-section-odd">
<div class="container">
<div class="feature-detailed">
<div class="feature-image" data-aos="fade-right">
<div class="feature-image-wrapper">
<img src="../assets/screenshots/sequence-analysis.png" alt="Sequence Analysis"
onerror="this.src='../assets/icons/Icon_Dark_BG.svg'">
</div>
</div>
<div class="feature-content" data-aos="fade-left">
<h2>Sequence Analysis</h2>
<p>Our basic sequence analysis tools give you immediate insights into your DNA sequence
properties.</p>
<ul class="feature-list">
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Base Composition</h4>
<p>Interactive visualization of nucleotide distribution with precise percentages</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>GC Content Calculation</h4>
<p>Identify regions with high GC content, important for gene density and stability
</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Sequence Length Analysis</h4>
<p>Get exact measurements of your DNA sequence with support for very large genomes
</p>
</div>
</li>
</ul>
<a href="../analyzer/analyzer.html" class="btn btn-primary">Try Sequence Analysis</a>
</div>
</div>
</div>
</section>
<section id="codon-detection" class="section section-detailed feature-section-even">
<div class="container">
<div class="feature-detailed reverse">
<div class="feature-image" data-aos="fade-left">
<div class="feature-image-wrapper">
<img src="../assets/screenshots/codon-detection.png" alt="Codon Detection"
onerror="this.src='../assets/icons/Icon_Dark_BG.svg'">
</div>
</div>
<div class="feature-content" data-aos="fade-right">
<h2>Codon Detection</h2>
<p>Identify critical codon patterns in your DNA sequence with our advanced detection algorithms.
</p>
<ul class="feature-list">
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Start Codon Identification</h4>
<p>Automatically detect ATG start codons that initiate protein translation</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Stop Codon Recognition</h4>
<p>Find all TAA, TAG, and TGA stop codons that terminate protein synthesis</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Codon Frequency Analysis</h4>
<p>Analyze codon usage patterns across your sequence to identify potential gene
regions</p>
</div>
</li>
</ul>
<a href="../analyzer/analyzer.html" class="btn btn-primary">Try Codon Detection</a>
</div>
</div>
</div>
</section>
<section id="reading-frames" class="section section-detailed feature-section-odd">
<div class="container">
<div class="feature-detailed">
<div class="feature-image" data-aos="fade-right">
<div class="feature-image-wrapper">
<img src="../assets/screenshots/reading-frames.png" alt="Reading Frames"
onerror="this.src='../assets/icons/Icon_Dark_BG.svg'">
</div>
</div>
<div class="feature-content" data-aos="fade-left">
<h2>Reading Frames Analysis</h2>
<p>Comprehensive analysis of all six reading frames to identify potential genes and coding
regions.</p>
<ul class="feature-list">
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Six-Frame Translation</h4>
<p>Analyze three forward and three reverse reading frames simultaneously</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Open Reading Frame (ORF) Detection</h4>
<p>Identify complete ORFs from start to stop codons across all frames</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Gene Prediction</h4>
<p>Find potential genes based on ORF length and composition characteristics</p>
</div>
</li>
</ul>
<a href="../analyzer/analyzer.html" class="btn btn-primary">Try Reading Frames Analysis</a>
</div>
</div>
</div>
</section>
<section id="coverage-analysis" class="section section-detailed feature-section-even">
<div class="container">
<div class="feature-detailed reverse">
<div class="feature-image" data-aos="fade-left">
<div class="feature-image-wrapper">
<img src="../assets/screenshots/coverage-analysis.png" alt="Coverage Analysis"
onerror="this.src='../assets/icons/Icon_Dark_BG.svg'">
</div>
</div>
<div class="feature-content" data-aos="fade-right">
<h2>Coverage Analysis</h2>
<p>Identify regions of interest with our powerful coverage analysis tools to spot regulatory
elements and gene-dense areas.</p>
<ul class="feature-list">
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>GC-Rich Region Detection</h4>
<p>Find CpG islands and GC-rich regions often associated with gene promoters</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Promoter Element Identification</h4>
<p>Detect TATA boxes, BRE, INR, and DPE motifs that indicate promoter regions</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Visualization Tools</h4>
<p>Graphical representation of coverage across your sequence for easy interpretation
</p>
</div>
</li>
</ul>
<a href="../analyzer/analyzer.html" class="btn btn-primary">Try Coverage Analysis</a>
</div>
</div>
</div>
</section>
<section id="protein-prediction" class="section section-detailed feature-section-odd">
<div class="container">
<div class="feature-detailed">
<div class="feature-image" data-aos="fade-right">
<div class="feature-image-wrapper">
<img src="../assets/screenshots/protein-prediction.png" alt="Protein Prediction"
onerror="this.src='../assets/icons/Icon_Dark_BG.svg'">
</div>
</div>
<div class="feature-content" data-aos="fade-left">
<h2>Protein Prediction</h2>
<p>Translate DNA sequences into proteins and analyze their properties with our advanced
prediction tools.</p>
<ul class="feature-list">
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>ORF Translation</h4>
<p>Convert open reading frames to amino acid sequences using the standard genetic
code</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Protein Length Filtering</h4>
<p>Focus on proteins of significant length to identify functional gene products</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Amino Acid Composition</h4>
<p>Analyze the distribution of amino acids within predicted proteins</p>
</div>
</li>
</ul>
<a href="../analyzer/analyzer.html" class="btn btn-primary">Try Protein Prediction</a>
</div>
</div>
</div>
</section>
<section id="local-server" class="section section-detailed feature-section-even">
<div class="container">
<div class="feature-detailed reverse">
<div class="feature-image" data-aos="fade-left">
<div class="feature-image-wrapper">
<img src="../assets/screenshots/local-server.png" alt="Local Server"
onerror="this.src='../assets/icons/Icon_Dark_BG.svg'">
</div>
</div>
<div class="feature-content" data-aos="fade-right">
<h2>Local Server Deployment</h2>
<p>Run DNAnalyzer as a local server for secure, high-throughput analysis of sensitive genomic
data.</p>
<ul class="feature-list">
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>Privacy-Focused Analysis</h4>
<p>Keep sensitive genetic data on your own infrastructure with no external data
transfer</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>High-Performance Processing</h4>
<p>Optimized for multi-core systems to handle large datasets and batch processing
</p>
</div>
</li>
<li>
<i class="fas fa-check-circle"></i>
<div>
<h4>API Integration</h4>
<p>RESTful API for seamless integration with your existing bioinformatics pipelines
</p>
</div>
</li>
</ul>
<a href="../server/server.html" class="btn btn-primary">Learn About Server Setup</a>
</div>
</div>
</div>
</section>
<section class="section comparison-section">
<div class="container">
<div class="section-title">
<h2>Why Choose DNAnalyzer?</h2>
<p>See how DNAnalyzer compares to traditional DNA analysis tools</p>
</div>
<div class="comparison-table-container" data-aos="fade-up">
<table class="comparison-table">
<thead>
<tr>
<th>Feature</th>
<th>DNAnalyzer</th>
<th>Traditional Tools</th>
</tr>
</thead>
<tbody>
<tr>
<td>User Interface</td>
<td><i class="fas fa-check-circle check-icon"></i> Modern web interface</td>
<td><i class="fas fa-times-circle x-icon"></i> Often command-line only</td>
</tr>
<tr>
<td>Privacy</td>
<td><i class="fas fa-check-circle check-icon"></i> On-device processing</td>
<td><i class="fas fa-times-circle x-icon"></i> May require server upload</td>
</tr>
<tr>
<td>Machine Learning</td>
<td><i class="fas fa-check-circle check-icon"></i> Advanced ML algorithms</td>
<td><i class="fas fa-times-circle x-icon"></i> Often rule-based only</td>
</tr>
<tr>
<td>Setup Complexity</td>
<td><i class="fas fa-check-circle check-icon"></i> Simple, instant setup</td>
<td><i class="fas fa-times-circle x-icon"></i> Complex dependencies</td>
</tr>
<tr>
<td>Visualization</td>
<td><i class="fas fa-check-circle check-icon"></i> Interactive graphics</td>
<td><i class="fas fa-times-circle x-icon"></i> Often text-only output</td>
</tr>
<tr>
<td>Multiple File Support</td>
<td><i class="fas fa-check-circle check-icon"></i> FASTA, FASTQ, plain text</td>
<td><i class="fas fa-check-circle check-icon"></i> Various formats</td>
</tr>
<tr>
<td>Cost</td>
<td><i class="fas fa-check-circle check-icon"></i> Free, open-source</td>
<td><i class="fas fa-minus-circle minus-icon"></i> Often commercial</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section class="section testimonials-section">
<div class="container">
<div class="section-title">
<h2>What Our Users Say</h2>
<p>Hear from researchers and educators who use DNAnalyzer</p>
</div>
<div class="testimonials-grid">
<div class="testimonial-card" data-aos="fade-up">
<div class="testimonial-content">
<p>"DNAnalyzer has transformed how I teach genomics to undergraduates. The visual interface
makes complex concepts accessible, and students can perform real analysis without a
steep learning curve."</p>
</div>
<div class="testimonial-author">
<div class="author-info">
<h4>Dr. Sarah Chen</h4>
<p>Associate Professor, Molecular Biology</p>
</div>
</div>
</div>
<div class="testimonial-card" data-aos="fade-up" data-aos-delay="100">
<div class="testimonial-content">
<p>"As a researcher focusing on genetic disorders, I appreciate DNAnalyzer's privacy-first
approach. The local server option allows me to analyze sensitive patient data without
exposing it to third parties."</p>
</div>
<div class="testimonial-author">
<div class="author-info">
<h4>Dr. Michael Rodriguez</h4>
<p>Genetic Researcher</p>
</div>
</div>
</div>
<div class="testimonial-card" data-aos="fade-up" data-aos-delay="200">
<div class="testimonial-content">
<p>"The ability to quickly identify promoter regions and protein-coding sequences has
accelerated my synthetic biology project significantly. DNAnalyzer is now a core part of
our design verification process."</p>
</div>
<div class="testimonial-author">
<div class="author-info">
<h4>Emily Takahashi</h4>
<p>Synthetic Biology Engineer</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section cta-section">
<div class="container text-center">
<h2>Ready to start analyzing DNA sequences?</h2>
<p>Experience the power of DNAnalyzer's features today</p>
<div class="cta-buttons">
<a href="../analyzer/analyzer.html" class="btn btn-primary">
<i class="fas fa-dna btn-icon"></i> Try DNAnalyzer Now
</a>
<a href="../docs/docs.html" class="btn btn-secondary">
<i class="fas fa-book btn-icon"></i> Read Documentation
</a>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<img src="../assets/icons/Icon_Dark_BG.svg" alt="DNAnalyzer Logo">
<p>DNAnalyzer is a powerful, privacy-focused DNA analysis tool using cutting-edge machine learning
models for accurate, on-device genomic analysis.</p>
<div class="footer-social">
<a href="https://github.com/VerisimilitudeX/DNAnalyzer" class="social-link">
<i class="fab fa-github"></i>
</a>
<a href="https://discord.gg/xNpujz49gj" class="social-link">
<i class="fab fa-discord"></i>
</a>
<a href="https://www.twitter.com/DNAnalyzer_" class="social-link">
<i class="fab fa-twitter"></i>
</a>
</div>
</div>
<div class="footer-nav">
<h4>Product</h4>
<ul>
<li><a href="features.html">Features</a></li>
<li><a href="../analyzer/analyzer.html">DNA Analyzer</a></li>
<li><a href="../server/server.html">Server</a></li>
<li><a href="../docs/docs.html">Documentation</a></li>
</ul>
</div>
<div class="footer-nav">
<h4>Resources</h4>
<ul>
<li><a href="../docs/getting-started.md">Getting Started</a></li>
<li><a href="../docs/citations.md">Citations</a></li>
<li><a href="../docs/research/genes.md">Gene Research</a></li>
<li><a href="../docs/samples/cli-arguments-examples.md">CLI Examples</a></li>
</ul>
</div>
<div class="footer-nav">
<h4>Community</h4>
<ul>
<li><a href="https://github.com/VerisimilitudeX/DNAnalyzer">GitHub</a></li>
<li><a href="https://discord.gg/xNpujz49gj">Discord</a></li>
<li><a href="../docs/contributing/CONTRIBUTING.md">Contributing</a></li>
<li><a href="../CODE_OF_CONDUCT.md">Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<div class="footer-copyright">
Copyright &copy; Piyush Acharya 2025. DNAnalyzer is a fiscally sponsored 501(c)(3) nonprofit (EIN:
81-2908499). MIT License.
</div>
<div class="footer-links">
<a href="../LICENSE.md">License</a>
<a href="../SECURITY.md">Security</a>
<a href="../CITATION.cff">Citation</a>
</div>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="features.js"></script>
</body>
</html>