NCBI C Toolkit Cross Reference

C/desktop/aacomp.h


  1 #ifndef _SEQAAC_
  2 
  3 #define _SEQAAC_
  4 
  5 #ifndef _NCBI_Seqres_
  6 #include <objres.h>
  7 #endif
  8 
  9 #ifndef _NCBI_Seq_
 10 #include <objseq.h>
 11 #endif
 12 
 13 #ifdef __cplusplus
 14 extern "C" {
 15 #endif
 16 
 17 /* prototypes */
 18 
 19 extern Int4 ReadAAC (CharPtr filename, FloatHiPtr scr, CharPtr res);
 20 
 21 extern FloatHiPtr AAComposition (SeqPortPtr spp,
 22                                  Int4 start, Int4 end, Int4 numval,
 23                                  FloatHiPtr scr, CharPtr res, Int4 window);
 24 
 25 #ifdef __cplusplus
 26 }
 27 #endif
 28 
 29 #endif
 30 

source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.