File: analysis.h

package info (click to toggle)
transtermhp 2.09-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 536 kB
  • sloc: cpp: 4,665; python: 294; makefile: 203; sh: 115
file content (12 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
/* This file is part of TransTerm v2.0 BETA and is covered by the GNU GPL
 * License version 2.0. See file LICENSE.txt for more details. */

#ifndef ANALYSIS_H
#define ANALYSIS_H

void plot_tthits_vs_terms(ostream &, Confidence &, Genome &);
void t2t_hitanal(ostream &, const Genome &, Confidence &, int, bool );

unsigned count_starts_in_genes(const Seq &, Direction dir);

#endif