Hitmap 1.3
 All Data Structures Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Functions
SWcommon_hit.c File Reference
#include "SWcommon_hit.h"
Include dependency graph for SWcommon_hit.c:

Go to the source code of this file.

Functions

void readProtein (ProteinFile *fprotein, HitTile_aa_t *protein, int psize)
 
void printProtein (HitTile_aa_t p, int offset, int psize)
 
void printProteinMatch (HitTile_aa_t p, int begin, int end)
 

Detailed Description

Common hitmap definitions and utilities for the Smith-Waterman algorihtm.

Author
Javier Fresno
Date
Jun 2013

Definition in file SWcommon_hit.c.

Function Documentation

void printProtein ( HitTile_aa_t  p,
int  offset,
int  size 
)

Print the protein to stdout

Definition at line 78 of file SWcommon_hit.c.

Here is the caller graph for this function:

void printProteinMatch ( HitTile_aa_t  p,
int  begin,
int  end 
)

Print the protein to stdout

Definition at line 90 of file SWcommon_hit.c.

Here is the caller graph for this function:

void readProtein ( ProteinFile fprotein,
HitTile_aa_t *  protein,
int  psize 
)

Read the protein from a file.

Definition at line 48 of file SWcommon_hit.c.

Here is the caller graph for this function: