hamalcij/biotool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ API of basic methods from sequential and structural bioinformatics.

When building software for bioinformatics, it may be useful to focus only on UI and let somebody else implement the methods and algorithms that deal with your data. biotool C++ API provides exactly such service, although only basic bioinformatics methods are available at the moment.

biotool focuses on both sequential and structural bioinformatics methods, which can be divided into four main areas:

  • FASTA file parsing,
  • PDB file parsing and structural analysis,
  • Sequence pair analysis,
  • Clustal parsing and MSA analysis.

Read programmer's documentation to get informed about what is required to use biotool C++ API in your project.

Read API documentation to get informed about how to use biotool C++ API in your project.

Read LICENCE to get informed about licensing, distribution and allowed usage of biotool.

Bioinformatics student at Charles University.

[email protected]

Ready to use...