User Guide#
This user guide provides comprehensive coverage of genogrove’s functionality, from reading genomic files to building complex data structures and queries.
Prerequisites#
Before starting, ensure you have:
Installed genogrove (see genogrove for installation instructions)
A C++20 compatible compiler (GCC 13+, Clang 16+, Apple Clang 15+)
Basic familiarity with genomic file formats (BED, GFF/GTF)
Guide Contents#
- Installation
- Reading Genomic Files (I/O)
- Working with Data Types
- Grove
- Serialization
- Complete Examples
- Performance Optimization
Next Steps#
Explore the full API Reference for detailed API documentation
Check the examples directory in the repository
Learn about advanced features in the project wiki
Join the community discussions on GitHub