File: seq_plot_funcs.h

package info (click to toggle)
staden 2.0.0%2Bb11-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 21,568 kB
  • sloc: ansic: 240,605; tcl: 65,360; cpp: 12,854; makefile: 11,201; sh: 2,952; fortran: 2,033; perl: 63; awk: 46
file content (16 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _NIP_PLOT_FUNCS_H_
#define _NIP_PLOT_FUNCS_H_

#include "seq_reg.h"

void graph_plot_func(void *obj, seq_reg_plot *plot);
void emboss_graph_plot_func(void *obj, seq_reg_plot *plot);
void gene_search_plot_func(void *obj, seq_reg_plot *plot);
void stick_plot_func(void *obj, seq_reg_plot *plot);
void stick_pair_plot_func(void *obj, seq_reg_plot *plot);
void dot_plot_middot_func(void *obj, seq_reg_plot *plot);
void dot_plot_dot_func(void *obj, seq_reg_plot *plot);
void dot_plot_line_func(void *obj, seq_reg_plot *plot);
void dot_plot_scoreline_func(void *obj, seq_reg_plot *plot);

#endif