pgFull-class: Class for in memory pangenome data
Description
This class handles pangenome data without gene location information and with
all sequences stored in memory. This makes sequence lookup much faster but
also increases the memory footprint of the object thus making it a bad choice
for very large pangenome with millions of genes.
Slots
sequences
- Either an AAStringSet or DNAStringSet containing all
sequences in the pangenome.