GeCo++: a C++ library for genomic features computation and annotation in the presence of variants.
other
Where this comes from
- Record sourced from PubMed, PMID 21398667.
- Also identified by DOI 10.1093/bioinformatics/btr123.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
UNLABELLED: We propose a C++ class library developed to the purpose of making the implementation of sequence analysis algorithms easier and faster when genomic annotations and variations need to be considered. The library provides a class hierarchy to seamlessly bind together annotations of genomic elements to sequences and to algorithm results; it allows to evaluate the effect of mutations/variations in terms of both element position shifts and of algorithm results, limiting recalculation to the minimum. Particular care has been posed to keep memory and time overhead into acceptable limits. AVAILABILITY AND IMPLEMENTATION: A complete tutorial as well as a detailed doxygen generated documentation and source code is freely available at http://bioinformatics.emedea.it/geco, under the GPL license. The library was written in standard ISO C++, and does not depend on external libraries.
Medical subject headings
- Algorithms
- Genomics
- Programming Languages
- Sequence Analysis, DNA
- Software