summaryrefslogtreecommitdiffstats
path: root/src/assign/assign_protein_type.h (plain)
blob: 221154ff0a6b0e02b544d4bfff5b86b6f04685bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef ASSIGN_PROTEIN_TYPE_H
#define ASSIGN_PROTEIN_TYPE_H

#include <hdf5.h>

/*
 * Determine the protein type for each protein sequence record.  The
 * technique used by NCBI is used here.  A BLAST database of
 * prototypical protein sequences serves as the reference.  Each input
 * sequence is BLASTed against this database.  The first hit is used
 * to assign a protein type to sequence.
 */
void assign_protein_type (hid_t file_id);

#endif // ASSIGN_PROTEIN_TYPE_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.